Skip to content

Commit 66e0595

Browse files
committedJun 6, 2017
Revert "python.pkgs.ntlm-auth: 1.0.3 -> 1.0.4"
This reverts commit 51d9995. Wrong hash, see #26320.
1 parent 76e0829 commit 66e0595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/python-modules/ntlm-auth/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "ntlm-auth";
12-
version = "1.0.4";
12+
version = "1.0.3";
1313
name = "${pname}-${version}";
1414

1515
src = fetchFromGitHub {
1616
owner = "jborean93";
1717
repo = "ntlm-auth";
1818
rev = "v${version}";
19-
sha256 = "3d411413f1309fcd443095d57ab169b637e5b57ce701ac7ae8dbf572cb3533c0";
19+
sha256 = "09f2g4ivfi9lh1kr30hlg0q4n2imnvmd79w83gza11q9nmhhiwpz";
2020
};
2121

2222
checkInputs = [ mock pytest unittest2 ];

0 commit comments

Comments
 (0)
Please sign in to comment.