sccmhunter: 1.0.9 -> 1.0.10

This commit is contained in:
purpole
2025-06-24 20:14:52 +02:00
parent 978b080f75
commit e014cb68cc
+2 -2
View File
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "sccmhunter";
version = "1.0.9";
version = "1.0.10";
pyproject = true;
src = fetchFromGitHub {
owner = "garrettfoster13";
repo = "sccmhunter";
rev = "v${version}";
hash = "sha256-Db+kBLy2ejIKKjCskAE4arppk/sq9qQ3w1nCQmeLYhs=";
hash = "sha256-h7P+ry4J26Hm1s9U37t1EDWBaYRL32WA3sk8caA1edg=";
};
build-system = with python3Packages; [