3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #201983 from r-ryantm/auto-update/ripe-atlas-tools

ripe-atlas-tools: 3.0.2 -> 3.0.3
This commit is contained in:
Mario Rodas 2022-11-29 20:42:36 -05:00 committed by GitHub
commit 18eb37ff61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "ripe-atlas-tools";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "RIPE-NCC";
repo = "ripe-atlas-tools";
rev = "v${version}";
sha256 = "sha256-5AMqBXxJZOtI0/2NrEjrUfNXWKc7sn6kZX26766LBUM=";
rev = "refs/tags/v${version}";
sha256 = "sha256-tNojduSNjJc8yOkDbuFLKoASqIV4P3mGuNbiIcf6Nac=";
};
postPatch = ''