ispc: 1.18.1 -> 1.19.0

This commit is contained in:
Alexandre Esteves 2023-06-01 21:30:58 +01:00
parent 4a716c50fe
commit 56c79e60ce
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

@ -21782,8 +21782,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 {