We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649e4d4 commit 978b080Copy full SHA for 978b080
pkgs/by-name/sc/sccmhunter/package.nix
@@ -5,14 +5,14 @@
5
}:
6
python3Packages.buildPythonApplication rec {
7
pname = "sccmhunter";
8
- version = "1.0.8";
+ version = "1.0.9";
9
pyproject = true;
10
11
src = fetchFromGitHub {
12
owner = "garrettfoster13";
13
repo = "sccmhunter";
14
- rev = "v.1.0.8";
15
- hash = "sha256-WCrC9YdiTx1qwsnylFK/6pjdwErimjcsJ0gSHegvkzo=";
+ rev = "v${version}";
+ hash = "sha256-Db+kBLy2ejIKKjCskAE4arppk/sq9qQ3w1nCQmeLYhs=";
16
};
17
18
build-system = with python3Packages; [
0 commit comments