ispc: 1.28.2 -> 1.29.0

This commit is contained in:
R. Ryantm
2025-12-18 01:25:05 +00:00
parent 233f4672b9
commit 412af5f473
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ispc";
version = "1.28.2";
version = "1.29.0";
src = fetchFromGitHub {
owner = "ispc";
repo = "ispc";
tag = "v${finalAttrs.version}";
hash = "sha256-dmpOvJ5dVhjGKpJ9xw/lXbvk2FgLv2vjzmUExUfLRmo=";
hash = "sha256-VAg1rCMXGyCs497qB+gCHjcjwvqmFT6QMxdXgOzD1+E=";
};
nativeBuildInputs = [