ispc: 1.30.0 -> 1.31.0 (#535420)

This commit is contained in:
Alexandre Esteves 2026-06-25 23:48:42 +00:00 committed by GitHub
commit 19e056881c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ispc";
version = "1.30.0";
version = "1.31.0";
src = fetchFromGitHub {
owner = "ispc";
repo = "ispc";
tag = "v${finalAttrs.version}";
hash = "sha256-CzyK38c8fCG7QiVHE0rSzxmyTXNr4sg1WtChbi75Wmw=";
hash = "sha256-n1zWokIuZEDJZN/KH3jxnIhgUo8iKDfZwiQnXZdxhL8=";
};
nativeBuildInputs = [