Merge pull request #155582 from r-ryantm/auto-update/pypi-mirror

This commit is contained in:
Sandro 2022-01-20 02:39:45 +01:00 committed by GitHub
commit 657cee7aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "pypi-mirror";
version = "4.1.0";
version = "4.2.0";
src = fetchFromGitHub {
owner = "montag451";
repo = pname;
rev = "v${version}";
sha256 = "077f3asi5fdbb2j2ll4xdwv7ndfbfr81bpn3zi55h6idfdc7zzc0";
sha256 = "1ci19bqyhig1s5myzw6klkiycd8k0lzhk3yqfx5fjirc2f0xpz5j";
};
pythonImportsCheck = [ "pypi_mirror" ];