Merge pull request #197769 from r-ryantm/auto-update/ispc

ispc: 1.18.0 -> 1.18.1
This commit is contained in:
Ryan Mulligan 2022-12-11 20:33:26 -08:00 committed by GitHub
commit 1aad6116d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ispc";
version = "1.18.0";
version = "1.18.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-eI/zUhZDTd2SiFltjrs8kxvQQOPHpqhArGyOW+och3E=";
sha256 = "sha256-WBAVgjQjW4x9JGx6xotPoTVOePsPjBJEyBYA7TCTBvc=";
};
nativeBuildInputs = [ cmake which m4 bison flex python3 llvmPackages.libllvm.dev ];