julia_19: 1.9.3 -> 1.9.4

Diff: https://github.com/JuliaLang/julia/compare/None...v1.9.4
This commit is contained in:
Nick Cao 2023-11-14 13:48:38 -05:00
parent cd014bdb85
commit d307bbb5c4
No known key found for this signature in database

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "julia";
version = "1.9.3";
version = "1.9.4";
src = fetchurl {
url = "https://github.com/JuliaLang/julia/releases/download/v${version}/julia-${version}-full.tar.gz";
hash = "sha256-j8DJ3FRDoo01m9ed2jlA+pS6K3lmuJhlvrINqBEjwxY=";
hash = "sha256-YYQ7lkf9BtOymU8yd6ZN4ctaWlKX2TC4yOO8DpN0ACQ=";
};
patches = [