We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5a71f8 + 80a8b45 commit a4d10ebCopy full SHA for a4d10eb
pkgs/by-name/is/ispc/package.nix
@@ -21,15 +21,15 @@
21
22
stdenv.mkDerivation rec {
23
pname = "ispc";
24
- version = "1.26.0";
+ version = "1.27.0";
25
26
dontFixCmake = true; # https://github.com/NixOS/nixpkgs/pull/232522#issuecomment-2133803566
27
28
src = fetchFromGitHub {
29
owner = pname;
30
repo = pname;
31
rev = "v${version}";
32
- sha256 = "sha256-T8tFJaHkb6XpKA2s9tlNfJE7n0YJx30KTBIng+dmQ2c=";
+ sha256 = "sha256-nNiAlQ+MLkOV0/xLafsUNPV5HKCIqWCD2Fo8ChgFJMk=";
33
};
34
35
nativeBuildInputs = [
0 commit comments