julia_16-bin: 1.6.1 -> 1.6.2

Patches: https://github.com/JuliaLang/julia/compare/v1.6.1...v1.6.2
This commit is contained in:
Pontus Stenetorp 2021-07-17 14:38:47 +00:00
parent ab9a0ee864
commit 785b67da96
No known key found for this signature in database
GPG key ID: D430287500E6483C

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "julia-bin";
version = "1.6.1";
version = "1.6.2";
src = {
x86_64-linux = fetchurl {
url = "https://julialang-s3.julialang.org/bin/linux/x64/${lib.versions.majorMinor version}/julia-${version}-linux-x86_64.tar.gz";
sha256 = "01i5sm4vqb0y5qznql571zap19b42775drrcxnzsyhpaqgg8m23w";
sha256 = "0h1jh8gbvxb0pl1an0fbbg4lbd0sa24yj2f4yqwavw8dbdvvbd1y";
};
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");