Skip to content

Commit

Permalink
chore: update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Anut-py committed Apr 13, 2024
1 parent 614e138 commit e9dcdb5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "h-raylib";
version = "5.1.1.0";
version = "5.1.2.0";
src = ./.;
isLibrary = true;
isExecutable = buildExamples;
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
forAllSystems' = nixpkgs.lib.genAttrs;
forAllSystems = forAllSystems' supportedSystems;

raylibRev = "04afba260f64ee2ea9ef0b4a6d2058c9ffdad66d";
raylibHash = "sha256-WDXeTb6LbVw2ydX8w2Ql9Xq06+iB+VNoosiYWOGmj00=";
rayguiRev = "85549da837fdb3844b77ede80922fca99276c8cd";
rayguiHash = "sha256-KxiAWPc8jgt68ySVK2S3ocRTULqQlCZQVxxyD7BcOzI=";
raylibRev = "583f81f4587d612eb187dea899b432be4af60508";
raylibHash = "sha256-ijgqG+L+e/BN+OoaU1R1jQ/MaZ/TdmltExOIIa1KwJI=";
rayguiRev = "f21318f5008e2d4b1a4980b7fd22b3885206981a";
rayguiHash = "sha256-uh8DWqG7KSsxsxe38ovvJtkMsMmno7DhnTXcUzDU7XY=";

pkgsForSystem =
system:
Expand Down
2 changes: 1 addition & 1 deletion raygui
Submodule raygui updated 1 files
+4 −2 src/raygui.h
2 changes: 1 addition & 1 deletion raylib

0 comments on commit e9dcdb5

Please sign in to comment.