Skip to content

Commit e014cb6

Browse files
committed
sccmhunter: 1.0.9 -> 1.0.10
1 parent 978b080 commit e014cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sc/sccmhunter/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
}:
66
python3Packages.buildPythonApplication rec {
77
pname = "sccmhunter";
8-
version = "1.0.9";
8+
version = "1.0.10";
99
pyproject = true;
1010

1111
src = fetchFromGitHub {
1212
owner = "garrettfoster13";
1313
repo = "sccmhunter";
1414
rev = "v${version}";
15-
hash = "sha256-Db+kBLy2ejIKKjCskAE4arppk/sq9qQ3w1nCQmeLYhs=";
15+
hash = "sha256-h7P+ry4J26Hm1s9U37t1EDWBaYRL32WA3sk8caA1edg=";
1616
};
1717

1818
build-system = with python3Packages; [

0 commit comments

Comments
 (0)