about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-10-30 06:01:25 +0000
committerGitHub <noreply@github.com>2021-10-30 06:01:25 +0000
commit227e1c837cde3d51e8b944a090b6a860ce554ff5 (patch)
tree8bc69d958975a23b2058d43d7c8db49668e297c5 /pkgs/development/compilers
parent2d204edb98691385aa0cf29376f44d72837d4eb7 (diff)
parentc597868b85c85c707c5039cba01764364e01dc12 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/sagittarius-scheme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/sagittarius-scheme/default.nix b/pkgs/development/compilers/sagittarius-scheme/default.nix
index b421fe5d2effc..b4ca25533943a 100644
--- a/pkgs/development/compilers/sagittarius-scheme/default.nix
+++ b/pkgs/development/compilers/sagittarius-scheme/default.nix
@@ -16,10 +16,10 @@ let platformLdLibraryPath = if stdenv.isDarwin then "DYLD_FALLBACK_LIBRARY_PATH"
 in
 stdenv.mkDerivation rec {
   pname = "sagittarius-scheme";
-  version = "0.9.7";
+  version = "0.9.8";
   src = fetchurl {
     url = "https://bitbucket.org/ktakashi/${pname}/downloads/sagittarius-${version}.tar.gz";
-    sha256 = "18pjj6f5qvixv5hbl1k4d3jqfcmi9qyx0gz0cjwrzpxa8brpwld8";
+    sha256 = "sha256-CdnBpTq+c04JdipfhIiI8EkVFsCc00Gh+cA5zYENMqI=";
   };
   preBuild = ''
            # since we lack rpath during build, need to explicitly add build path