Skip to content

Commit 2921374

Browse files
authored
Revert "ispc: 1.25.3 -> 1.26.0" (#380060)
2 parents 3edc127 + bd8cd40 commit 2921374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/compilers/ispc/default.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.25.3";
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-PjETaRBrg3d86y6fguePTovq+3GaYw6eLqcY59+vIr8=";
32+
sha256 = "sha256-baTJNfhOSYfJJnrutkW06AIMXpVP3eBpEes0GSI1yGY=";
3333
};
3434

3535
nativeBuildInputs = [

0 commit comments

Comments
 (0)