Commit 80a8b45b authored by R. RyanTM's avatar R. RyanTM
Browse files

ispc: 1.26.0 -> 1.27.0

parent 44faf3c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [