about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-12-11 10:30:46 -0800
committerGitHub <noreply@github.com>2021-12-11 10:30:46 -0800
commit34a06d61886de21c03a97da1748036cd9bd1d54c (patch)
treecbb3c73f79838dc6a4dcbb80d443dc0cf38a0cd1
parentd2ab0b151454957394079142b70d001fad183938 (diff)
parent27d3c246b2ea9e899f5f2f89f6aabe7b5cd6964d (diff)
Merge pull request #150263 from r-ryantm/auto-update/chicken
chicken: 5.2.0 -> 5.3.0
-rw-r--r--pkgs/development/compilers/chicken/5/chicken.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/chicken/5/chicken.nix b/pkgs/development/compilers/chicken/5/chicken.nix
index 136140359f0ab..7793dd4e17dfc 100644
--- a/pkgs/development/compilers/chicken/5/chicken.nix
+++ b/pkgs/development/compilers/chicken/5/chicken.nix
@@ -10,13 +10,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "chicken";
-  version = "5.2.0";
+  version = "5.3.0";
 
   binaryVersion = 11;
 
   src = fetchurl {
     url = "https://code.call-cc.org/releases/${version}/chicken-${version}.tar.gz";
-    sha256 = "1yl0hxm9cirgcp8jgxp6vv29lpswfvaw3zfkh6rsj0vkrv44k4c1";
+    sha256 = "sha256-w62Z2PnhftgQkS75gaw7DC4vRvsOzAM7XDttyhvbDXY=";
   };
 
   setupHook = lib.optional (bootstrap-chicken != null) ./setup-hook.sh;