Skip to content

Commit a862b0a

Browse files
authored
sccmhunter: 1.0.6-unstable-2024-10-30 -> 1.0.8 (#389297)
2 parents 3394de9 + e53bd85 commit a862b0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.6-unstable-2024-11-07";
8+
version = "1.0.8";
99
pyproject = true;
1010

1111
src = fetchFromGitHub {
1212
owner = "garrettfoster13";
1313
repo = "sccmhunter";
14-
rev = "33c23f0d71e48127a0b03b06a019148df71049ef";
15-
hash = "sha256-mU3GKgX8gcuJ+YT3xL0/dDds34uhFD+Rc3m15W7zoKc=";
14+
rev = "v.1.0.8";
15+
hash = "sha256-WCrC9YdiTx1qwsnylFK/6pjdwErimjcsJ0gSHegvkzo=";
1616
};
1717

1818
build-system = with python3Packages; [

0 commit comments

Comments
 (0)