julia_19: 1.9.0 -> 1.9.1

Diff: https://github.com/JuliaLang/julia/compare/v1.9.0...v1.9.1
This commit is contained in:
Nick Cao 2023-06-08 19:56:25 +08:00
parent 7cd807e588
commit d4886a0689
No known key found for this signature in database

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "julia";
version = "1.9.0";
version = "1.9.1";
src = fetchurl {
url = "https://github.com/JuliaLang/julia/releases/download/v${version}/julia-${version}-full.tar.gz";
hash = "sha256-Ii61M8ncVHNJSes6QWn1Su+hvCC+OF/Bz3mMghn+ZAA=";
hash = "sha256-oTznFrY9PkbZEIOV4f/Iod5xLmqEimA6xZK88IDqATk=";
};
patches = [