summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-01-15 14:00:31 +0000
committerGitHub <noreply@github.com>2018-01-15 14:00:31 +0000
commit1cfdc9841052bb06df1c0fa303677bcc02183d03 (patch)
tree1e439795d90900e21a6d470fd85648fdb568c872 /pkgs
parent994e5ddd0c8461ed573795f021b023e47642ed98 (diff)
parent156b8029f2202a438044a0a820d9734332ec31e6 (diff)
downloadnixpkgs-1cfdc9841052bb06df1c0fa303677bcc02183d03.tar
nixpkgs-1cfdc9841052bb06df1c0fa303677bcc02183d03.tar.gz
nixpkgs-1cfdc9841052bb06df1c0fa303677bcc02183d03.tar.bz2
nixpkgs-1cfdc9841052bb06df1c0fa303677bcc02183d03.tar.lz
nixpkgs-1cfdc9841052bb06df1c0fa303677bcc02183d03.tar.xz
nixpkgs-1cfdc9841052bb06df1c0fa303677bcc02183d03.tar.zst
nixpkgs-1cfdc9841052bb06df1c0fa303677bcc02183d03.zip
Merge pull request #33896 from guibou/guibou_bump_ispc
ispc: 20170807 -> 1.9.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/ispc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/ispc/default.nix b/pkgs/development/compilers/ispc/default.nix
index 0e4bc420241..62fa578cef6 100644
--- a/pkgs/development/compilers/ispc/default.nix
+++ b/pkgs/development/compilers/ispc/default.nix
@@ -3,8 +3,8 @@ testedTargets ? ["sse2" "host"] # the default test target is sse4, but that is n
 }:
 
 stdenv.mkDerivation rec {
-  version = "20170807";
-  rev = "6e0fc2f148e95afad998a7c7f4d7908d29fd8e44";
+  version = "1.9.2";
+  rev = "v${version}";
 
   inherit testedTargets;
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     owner = "ispc";
     repo = "ispc";
     inherit rev;
-    sha256 = "17fwnfm8a329lgfhjwcvji4h1fm4iqmc28wz23hvgqbpj8lk6qgh";
+    sha256 = "0zaw7mwvly1csbdcbz9j8ry89n0r1fag1m1f579l4mgg1x6ksqry";
   };
 
   # there are missing dependencies in the Makefile, causing sporadic build failures