igsc: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2026-07-22 09:48:27 +00:00
parent d8e96389e1
commit 8574ae1a41
+2 -2
View File
@@ -9,12 +9,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "igsc";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "intel";
repo = "igsc";
tag = "V${finalAttrs.version}";
hash = "sha256-GdeGGrnkxJQlg+vVQan5rJW/rxlStD4TAmWxfloX0+k=";
hash = "sha256-NSNLiUMJBGtnfWUDIPIukyjgcI1YX9cfDDWphW8uSWs=";
};
buildInputs = [