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.
1 parent e2879eb commit bd8cd40Copy full SHA for bd8cd40
pkgs/development/compilers/ispc/default.nix
@@ -21,15 +21,15 @@
21
22
stdenv.mkDerivation rec {
23
pname = "ispc";
24
- version = "1.26.0";
+ version = "1.25.3";
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-PjETaRBrg3d86y6fguePTovq+3GaYw6eLqcY59+vIr8=";
+ sha256 = "sha256-baTJNfhOSYfJJnrutkW06AIMXpVP3eBpEes0GSI1yGY=";
33
};
34
35
nativeBuildInputs = [
0 commit comments