ispc: 1.25.0 -> 1.25.3

This commit is contained in:
Alexandre Esteves 2024-11-08 20:26:05 +00:00
parent 8e8f317319
commit 1754ed842e

View File

@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "ispc";
version = "1.25.0";
version = "1.25.3";
dontFixCmake = true; # https://github.com/NixOS/nixpkgs/pull/232522#issuecomment-2133803566
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-DT8YjyAOdtAaWnCUvKRQGhPOazUkuRWkajBVK279Qhk=";
sha256 = "sha256-baTJNfhOSYfJJnrutkW06AIMXpVP3eBpEes0GSI1yGY=";
};
nativeBuildInputs = [ cmake which m4 bison flex python3 llvmPackages.libllvm.dev tbb ];