sokol: unstable-2023-08-04 -> 0-unstable-2024-09-20

See https://github.com/floooh/sokol/blob/38e4c9a516f8808d706343a5c525acfe7007fe67/CHANGELOG.md 28-Aug-2023 (including) and onwards.
This commit is contained in:
Paul Frische
2024-10-03 11:43:58 +02:00
parent b04f9d16f2
commit 95b61e6885
+3 -3
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "sokol";
version = "unstable-2023-08-04";
version = "0-unstable-2024-09-20";
src = fetchFromGitHub {
owner = "floooh";
repo = "sokol";
rev = "47d92ff86298fc96b3b84d93d0ee8c8533d3a2d2";
sha256 = "sha256-TsM5wK9a2ectrAY8VnrMPaxCNV3e1yW92SBBCHgs+0k=";
rev = "38e4c9a516f8808d706343a5c525acfe7007fe67";
sha256 = "sha256-g4JMCbG9is7uBFv6cTBTCmRYfKWMruagtYQjYZnOFn4=";
};
dontBuild = true;