We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 76e0829 commit 66e0595Copy full SHA for 66e0595
pkgs/development/python-modules/ntlm-auth/default.nix
@@ -9,14 +9,14 @@
9
10
buildPythonPackage rec {
11
pname = "ntlm-auth";
12
- version = "1.0.4";
+ version = "1.0.3";
13
name = "${pname}-${version}";
14
15
src = fetchFromGitHub {
16
owner = "jborean93";
17
repo = "ntlm-auth";
18
rev = "v${version}";
19
- sha256 = "3d411413f1309fcd443095d57ab169b637e5b57ce701ac7ae8dbf572cb3533c0";
+ sha256 = "09f2g4ivfi9lh1kr30hlg0q4n2imnvmd79w83gza11q9nmhhiwpz";
20
};
21
22
checkInputs = [ mock pytest unittest2 ];
0 commit comments