Loading pkgs/development/interpreters/zuo/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/development/interpreters/zuo/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; Loading