Skip to content

Commit

Permalink
Merge pull request NixOS#197769 from r-ryantm/auto-update/ispc
Browse files Browse the repository at this point in the history
ispc: 1.18.0 -> 1.18.1
  • Loading branch information
ryantm authored Dec 12, 2022
2 parents 8b75d82 + 0d9e314 commit 1aad611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/ispc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 1aad611

Please sign in to comment.