ispc: 1.27.0 -> 1.28.0

This commit is contained in:
R. Ryantm
2025-08-13 19:58:12 +00:00
parent 64cf35ea43
commit 077bd6ef67
+2 -2
View File
@@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "ispc";
version = "1.27.0";
version = "1.28.0";
dontFixCmake = true; # https://github.com/NixOS/nixpkgs/pull/232522#issuecomment-2133803566
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "ispc";
repo = "ispc";
rev = "v${version}";
sha256 = "sha256-nNiAlQ+MLkOV0/xLafsUNPV5HKCIqWCD2Fo8ChgFJMk=";
sha256 = "sha256-JnJGpuhbABD6/93EBeDJH441nDlG4CKHcyOoTHJ3QcU=";
};
nativeBuildInputs = [