about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-07-10 17:45:30 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2018-07-10 21:05:07 +0000
commit6fc62a4deb8b1226e0f07033715f8783ec980604 (patch)
treea88d8afeed266adfcd07c0bf82972f8fba5b9f7f /pkgs/development/compilers
parentc5f9cd4cde81bcef2c8882d359d9d30313bebeb3 (diff)
downloadnixlib-6fc62a4deb8b1226e0f07033715f8783ec980604.tar
nixlib-6fc62a4deb8b1226e0f07033715f8783ec980604.tar.gz
nixlib-6fc62a4deb8b1226e0f07033715f8783ec980604.tar.bz2
nixlib-6fc62a4deb8b1226e0f07033715f8783ec980604.tar.lz
nixlib-6fc62a4deb8b1226e0f07033715f8783ec980604.tar.xz
nixlib-6fc62a4deb8b1226e0f07033715f8783ec980604.tar.zst
nixlib-6fc62a4deb8b1226e0f07033715f8783ec980604.zip
julia: 0.6.2 -> 0.6.4
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/julia/0.6.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/compilers/julia/0.6.nix b/pkgs/development/compilers/julia/0.6.nix
index 9f0d0250c5d1..49bbaf0e8df1 100644
--- a/pkgs/development/compilers/julia/0.6.nix
+++ b/pkgs/development/compilers/julia/0.6.nix
@@ -44,7 +44,7 @@ let
     url = "https://api.github.com/repos/JuliaLang/Rmath-julia/tarball/v${rmathVersion}";
     sha256 = "1qyps217175qhid46l8f5i1v8i82slgp23ia63x2hzxwfmx8617p";
   };
-  
+
   virtualenvVersion = "15.0.0";
   virtualenv = fetchurl {
     url = "mirror://pypi/v/virtualenv/virtualenv-${virtualenvVersion}.tar.gz";
@@ -53,7 +53,7 @@ let
 
   majorVersion = "0";
   minorVersion = "6";
-  maintenanceVersion = "2";
+  maintenanceVersion = "4";
   version = "${majorVersion}.${minorVersion}.${maintenanceVersion}";
 in
 
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
 
   src = fetchzip {
     url = "https://github.com/JuliaLang/${pname}/releases/download/v${version}/${name}.tar.gz";
-    sha256 = "0ym4n9vn6w8vj175mmsc2nzvdk2ij0cdrs44lkr3p0signji73b5";
+    sha256 = "09axkkj914al7lzvcvhb33hz5wp083lk18llsvrn622fqhmyqabl";
   };
   prePatch = ''
     mkdir deps/srccache
@@ -135,7 +135,7 @@ stdenv.mkDerivation rec {
       "USE_SYSTEM_GMP=1"
       "USE_SYSTEM_LIBGIT2=1"
       "USE_SYSTEM_LIBUNWIND=1"
-      
+
       "USE_SYSTEM_LLVM=1"
       "LLVM_VER=3.9.1"