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 978b080 commit e014cb6Copy full SHA for e014cb6
pkgs/by-name/sc/sccmhunter/package.nix
@@ -5,14 +5,14 @@
5
}:
6
python3Packages.buildPythonApplication rec {
7
pname = "sccmhunter";
8
- version = "1.0.9";
+ version = "1.0.10";
9
pyproject = true;
10
11
src = fetchFromGitHub {
12
owner = "garrettfoster13";
13
repo = "sccmhunter";
14
rev = "v${version}";
15
- hash = "sha256-Db+kBLy2ejIKKjCskAE4arppk/sq9qQ3w1nCQmeLYhs=";
+ hash = "sha256-h7P+ry4J26Hm1s9U37t1EDWBaYRL32WA3sk8caA1edg=";
16
};
17
18
build-system = with python3Packages; [
0 commit comments