sccmhunter: 1.1.10 -> 2.0.0

This commit is contained in:
David Schneider
2026-02-25 19:45:44 +01:00
parent e35dd032ea
commit 239b950d44
+2 -2
View File
@@ -7,14 +7,14 @@
}:
python312Packages.buildPythonApplication (finalAttrs: {
pname = "sccmhunter";
version = "1.1.10";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "garrettfoster13";
repo = "sccmhunter";
tag = "v${finalAttrs.version}";
hash = "sha256-657xwD5Sk8vU3MSGj7Yuu/lh7SRS25VFk/igKhq1pks=";
hash = "sha256-aWZx5KfsuhyT08OmYFHKVO8Sr9g5WHXpKLpijo2TAPI=";
};
build-system = with python312Packages; [