sokol: unstable-2022-06-13 -> unstable-2023-08-04

This commit is contained in:
mdarocha 2023-08-16 22:16:01 +02:00
parent 2739707f97
commit 3a9295f8d1

View file

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