Skip to content

Commit a4d10eb

Browse files
authored
ispc: 1.26.0 -> 1.27.0 (#407559)
2 parents b5a71f8 + 80a8b45 commit a4d10eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/is/ispc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
stdenv.mkDerivation rec {
2323
pname = "ispc";
24-
version = "1.26.0";
24+
version = "1.27.0";
2525

2626
dontFixCmake = true; # https://github.com/NixOS/nixpkgs/pull/232522#issuecomment-2133803566
2727

2828
src = fetchFromGitHub {
2929
owner = pname;
3030
repo = pname;
3131
rev = "v${version}";
32-
sha256 = "sha256-T8tFJaHkb6XpKA2s9tlNfJE7n0YJx30KTBIng+dmQ2c=";
32+
sha256 = "sha256-nNiAlQ+MLkOV0/xLafsUNPV5HKCIqWCD2Fo8ChgFJMk=";
3333
};
3434

3535
nativeBuildInputs = [

0 commit comments

Comments
 (0)