sccmhunter: 1.0.8 -> 1.0.9

This commit is contained in:
purpole
2025-04-03 19:11:09 +02:00
parent 649e4d405e
commit 978b080f75
+3 -3
View File
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "sccmhunter";
version = "1.0.8";
version = "1.0.9";
pyproject = true;
src = fetchFromGitHub {
owner = "garrettfoster13";
repo = "sccmhunter";
rev = "v.1.0.8";
hash = "sha256-WCrC9YdiTx1qwsnylFK/6pjdwErimjcsJ0gSHegvkzo=";
rev = "v${version}";
hash = "sha256-Db+kBLy2ejIKKjCskAE4arppk/sq9qQ3w1nCQmeLYhs=";
};
build-system = with python3Packages; [