0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

ispc: 1.26.0 -> 1.27.0

This commit is contained in:
R. Ryantm 2025-05-16 07:22:17 +00:00
parent 44faf3c6e4
commit 80a8b45b1b

View file

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "ispc";
version = "1.26.0";
version = "1.27.0";
dontFixCmake = true; # https://github.com/NixOS/nixpkgs/pull/232522#issuecomment-2133803566
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-T8tFJaHkb6XpKA2s9tlNfJE7n0YJx30KTBIng+dmQ2c=";
sha256 = "sha256-nNiAlQ+MLkOV0/xLafsUNPV5HKCIqWCD2Fo8ChgFJMk=";
};
nativeBuildInputs = [