Merge pull request #249610 from mdarocha/sokol-update

sokol: unstable-2022-06-13 -> unstable-2023-08-04
This commit is contained in:
Nick Cao 2023-08-22 07:46:38 +08:00 committed by GitHub
commit a1a55a20a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "sokol";
version = "unstable-2022-06-13";
version = "unstable-2023-08-04";
src = fetchFromGitHub {
owner = "floooh";
repo = "sokol";
rev = "3c7016105f3b7463f0cfc74df8a55642e5448c11";
sha256 = "sha256-dKHb6GTp5aJPuWWXI4ZYnhgdXs23gGWyPymGPGwxcLY=";
rev = "47d92ff86298fc96b3b84d93d0ee8c8533d3a2d2";
sha256 = "sha256-TsM5wK9a2ectrAY8VnrMPaxCNV3e1yW92SBBCHgs+0k=";
};
dontBuild = true;