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:
commit
18eb37ff61
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "ripe-atlas-tools";
|
pname = "ripe-atlas-tools";
|
||||||
version = "3.0.2";
|
version = "3.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RIPE-NCC";
|
owner = "RIPE-NCC";
|
||||||
repo = "ripe-atlas-tools";
|
repo = "ripe-atlas-tools";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-5AMqBXxJZOtI0/2NrEjrUfNXWKc7sn6kZX26766LBUM=";
|
sha256 = "sha256-tNojduSNjJc8yOkDbuFLKoASqIV4P3mGuNbiIcf6Nac=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue