igsc: 1.3.0 -> 1.3.1 (#544493)

This commit is contained in:
Nick Cao
2026-07-22 20:44:40 +00:00
committed by GitHub
+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 = [