Merge pull request #235474 from alexfmpe/ispc-1.19

This commit is contained in:
Janik 2023-07-25 12:57:05 +02:00 committed by GitHub
commit b42359cd74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ispc";
version = "1.18.1";
version = "1.19.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-WBAVgjQjW4x9JGx6xotPoTVOePsPjBJEyBYA7TCTBvc=";
sha256 = "sha256:0yhcgyzjlrgs920lm0l6kygj2skanfb6qkxbdgm69r8c2xkzkaa3";
};
nativeBuildInputs = [ cmake which m4 bison flex python3 llvmPackages.libllvm.dev ] ++ lib.lists.optionals stdenv.isDarwin [ xcode ];

View file

@ -21937,8 +21937,8 @@ with pkgs;
isort = with python3Packages; toPythonApplication isort;
ispc = callPackage ../development/compilers/ispc {
inherit (llvmPackages) stdenv;
xcode = darwin.xcode_14;
llvmPackages = llvmPackages_14;
};
isso = callPackage ../servers/isso {