ispc: 20170807 -> 1.9.2

Version bump, fixes #29979
This commit is contained in:
Guillaume Bouchard 2018-01-15 12:25:03 +01:00
parent 1775b036bb
commit 156b8029f2

View File

@ -3,8 +3,8 @@ testedTargets ? ["sse2" "host"] # the default test target is sse4, but that is n
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "20170807"; version = "1.9.2";
rev = "6e0fc2f148e95afad998a7c7f4d7908d29fd8e44"; rev = "v${version}";
inherit testedTargets; inherit testedTargets;
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "ispc"; owner = "ispc";
repo = "ispc"; repo = "ispc";
inherit rev; inherit rev;
sha256 = "17fwnfm8a329lgfhjwcvji4h1fm4iqmc28wz23hvgqbpj8lk6qgh"; sha256 = "0zaw7mwvly1csbdcbz9j8ry89n0r1fag1m1f579l4mgg1x6ksqry";
}; };
# there are missing dependencies in the Makefile, causing sporadic build failures # there are missing dependencies in the Makefile, causing sporadic build failures