ispc: 1.26.0 -> 1.27.0 (#407559)

This commit is contained in:
alexfmpe 2025-05-16 11:31:52 +01:00 committed by GitHub
commit a4d10eba9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [