summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-10 08:34:32 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-10 11:56:08 -0800
commit288ba3f85bfc27b6ecce1d780f02ccd718ee8376 (patch)
tree7617b55207eb218a70660d272dab4af55d69321a /pkgs/applications/science/math
parent772eb671e4a7fb168ca316f6bf56d9f5a0ec9ffd (diff)
downloadnixpkgs-288ba3f85bfc27b6ecce1d780f02ccd718ee8376.tar
nixpkgs-288ba3f85bfc27b6ecce1d780f02ccd718ee8376.tar.gz
nixpkgs-288ba3f85bfc27b6ecce1d780f02ccd718ee8376.tar.bz2
nixpkgs-288ba3f85bfc27b6ecce1d780f02ccd718ee8376.tar.lz
nixpkgs-288ba3f85bfc27b6ecce1d780f02ccd718ee8376.tar.xz
nixpkgs-288ba3f85bfc27b6ecce1d780f02ccd718ee8376.tar.zst
nixpkgs-288ba3f85bfc27b6ecce1d780f02ccd718ee8376.zip
scilab-bin: 6.0.2 -> 6.1.1
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/scilab-bin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/scilab-bin/default.nix b/pkgs/applications/science/math/scilab-bin/default.nix
index 5dea2c7653a..18dba2952ca 100644
--- a/pkgs/applications/science/math/scilab-bin/default.nix
+++ b/pkgs/applications/science/math/scilab-bin/default.nix
@@ -3,7 +3,7 @@
 let
   name = "scilab-bin-${ver}";
 
-  ver = "6.0.2";
+  ver = "6.1.1";
 
   badArch = throw "${name} requires i686-linux or x86_64-linux";
 
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
       if stdenv.hostPlatform.system == "i686-linux" then
         "0fgjc2ak3b2qi6yin3fy50qwk2bcj0zbz1h4lyyic9n1n1qcliib"
       else if stdenv.hostPlatform.system == "x86_64-linux" then
-        "05clcdgry90drirl3swbxn5q36fmgknnhs6h5pr7mmrzfr6r818w"
+        "sha256-PuGnz2YdAhriavwnuf5Qyy0cnCeRHlWC6dQzfr7bLHk="
       else
         badArch;
   };