about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-30 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-10-30 04:20:00 +0000
commit50b063baaafe7f4e6d1f5c01afc2e46430ffd636 (patch)
treee3e96e80c373a9c9bd93d01b66ccedee081023a4 /pkgs/development/interpreters
parentfab8bbf389e63ffc2e0e43eb6c5a19e834b81249 (diff)
downloadnixlib-50b063baaafe7f4e6d1f5c01afc2e46430ffd636.tar
nixlib-50b063baaafe7f4e6d1f5c01afc2e46430ffd636.tar.gz
nixlib-50b063baaafe7f4e6d1f5c01afc2e46430ffd636.tar.bz2
nixlib-50b063baaafe7f4e6d1f5c01afc2e46430ffd636.tar.lz
nixlib-50b063baaafe7f4e6d1f5c01afc2e46430ffd636.tar.xz
nixlib-50b063baaafe7f4e6d1f5c01afc2e46430ffd636.tar.zst
nixlib-50b063baaafe7f4e6d1f5c01afc2e46430ffd636.zip
zuo: unstable-2023-01-02 -> unstable-2023-10-17
Diff: https://github.com/racket/zuo/compare/464aae9ae90dcb43ab003b922e4ae4d08611c55b...493e9cd08147add01bba9247f36759f095b87678
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/zuo/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/zuo/default.nix b/pkgs/development/interpreters/zuo/default.nix
index f0d71673c2fb..d9666740ee1d 100644
--- a/pkgs/development/interpreters/zuo/default.nix
+++ b/pkgs/development/interpreters/zuo/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "zuo";
-  version = "unstable-2023-01-02";
+  version = "unstable-2023-10-17";
 
   src = fetchFromGitHub {
     owner = "racket";
     repo = "zuo";
-    rev = "464aae9ae90dcb43ab003b922e4ae4d08611c55b";
-    hash = "sha256-O8p3dEXqAP2UNPNBla9AtkndxgL8UoVp/QygXOmcgWg=";
+    rev = "493e9cd08147add01bba9247f36759f095b87678";
+    hash = "sha256-gsCjB3V+A0kMZJZ9onZ57R6b1Ha0K+Q383DQoVGfY7I=";
   };
 
   doCheck = true;