python3Packages.pytest-httpbin: fix src

This commit is contained in:
Fabian Affolter 2022-01-14 09:30:10 +01:00 committed by Martin Weinelt
parent 3bfaef643b
commit 93acc1fd8d

View file

@ -12,9 +12,11 @@ buildPythonPackage rec {
pname = "pytest-httpbin";
version = "1.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "9f73320f97d33cc20bc8a08cb945372948de51402559e87e74e92c56b48da0d7";
src = fetchFromGitHub {
owner = "kevin1024";
repo = "pytest-httpbin";
rev = "v${version}";
hash = "sha256-Vngd8Vum96+rdG8Nz1+aHrO6WZjiAz+0CeIovaH8N+s=";
};
buildInputs = [