scilab-bin: 6.0.2 -> 6.1.1
This commit is contained in:
parent
772eb671e4
commit
288ba3f85b
@ -3,7 +3,7 @@
|
|||||||
let
|
let
|
||||||
name = "scilab-bin-${ver}";
|
name = "scilab-bin-${ver}";
|
||||||
|
|
||||||
ver = "6.0.2";
|
ver = "6.1.1";
|
||||||
|
|
||||||
badArch = throw "${name} requires i686-linux or x86_64-linux";
|
badArch = throw "${name} requires i686-linux or x86_64-linux";
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||||||
if stdenv.hostPlatform.system == "i686-linux" then
|
if stdenv.hostPlatform.system == "i686-linux" then
|
||||||
"0fgjc2ak3b2qi6yin3fy50qwk2bcj0zbz1h4lyyic9n1n1qcliib"
|
"0fgjc2ak3b2qi6yin3fy50qwk2bcj0zbz1h4lyyic9n1n1qcliib"
|
||||||
else if stdenv.hostPlatform.system == "x86_64-linux" then
|
else if stdenv.hostPlatform.system == "x86_64-linux" then
|
||||||
"05clcdgry90drirl3swbxn5q36fmgknnhs6h5pr7mmrzfr6r818w"
|
"sha256-PuGnz2YdAhriavwnuf5Qyy0cnCeRHlWC6dQzfr7bLHk="
|
||||||
else
|
else
|
||||||
badArch;
|
badArch;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user