lol

Merge pull request #190750 from wentasah/julia-1.8.1

julia-bin: 1.8.0 -> 1.8.1

authored by

7c6f434c and committed by
GitHub
dbe182ff 9974dcfc

+2 -2
+2 -2
pkgs/development/compilers/julia/1.8-bin.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "julia-bin"; 5 - version = "1.8.0"; 5 + version = "1.8.1"; 6 6 7 7 src = { 8 8 x86_64-linux = fetchurl { 9 9 url = "https://julialang-s3.julialang.org/bin/linux/x64/${lib.versions.majorMinor version}/julia-${version}-linux-x86_64.tar.gz"; 10 - sha256 = "sha256-6A1zLMt/eeAA15jLi2Vtw2QatZUW1uTlLhZ2UBeJKgA="; 10 + sha256 = "sha256-MwVO5kfuik+1T8BREOB+C1PgRZH+U9Cky0x+16BekfE="; 11 11 }; 12 12 }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 13 13