Revert "python.pkgs.ntlm-auth: 1.0.3 -> 1.0.4"
This reverts commit 51d9995d04
.
Wrong hash, see https://github.com/NixOS/nixpkgs/issues/26320.
This commit is contained in:
parent
76e082922f
commit
66e059559a
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ntlm-auth";
|
pname = "ntlm-auth";
|
||||||
version = "1.0.4";
|
version = "1.0.3";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jborean93";
|
owner = "jborean93";
|
||||||
repo = "ntlm-auth";
|
repo = "ntlm-auth";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "3d411413f1309fcd443095d57ab169b637e5b57ce701ac7ae8dbf572cb3533c0";
|
sha256 = "09f2g4ivfi9lh1kr30hlg0q4n2imnvmd79w83gza11q9nmhhiwpz";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ mock pytest unittest2 ];
|
checkInputs = [ mock pytest unittest2 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user