zuo: unstable-2023-11-10 -> unstable-2023-11-23

This commit is contained in:
R. Ryantm 2023-11-23 19:56:07 +00:00
parent d046cedfeb
commit e33a645587

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zuo";
version = "unstable-2023-11-10";
version = "unstable-2023-11-23";
src = fetchFromGitHub {
owner = "racket";
repo = "zuo";
rev = "9e2aa26b0574b4ac53c838f6b59fd78f952c3923";
hash = "sha256-wF+jj4+4uFofW9KhVqRF7EoWViRny2KuSfX/l6UN+yY=";
rev = "4d85edb4f221de8a1748ee38dcc6963d8d2da33a";
hash = "sha256-pFEXkByZpVnQgXK1DeFSEnalvhCTwOy75WrRojBM78U=";
};
doCheck = true;