perlPackages.Tirex: 0.7.0 -> 0.7.1
https://github.com/openstreetmap/tirex/compare/v0.7.0...v0.7.1
This commit is contained in:
parent
eac643f338
commit
07a8a152d7
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@
|
|||
|
||||
buildPerlPackage rec {
|
||||
pname = "Tirex";
|
||||
version = "0.7.0";
|
||||
version = "0.7.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openstreetmap";
|
||||
repo = "tirex";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-0QbPfCPBdNBbUiZ8Ppg2zao98+Ddl3l+yX6y1/J50rg=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-p2P19tifA/AvJatTzboyhtt7W1SwKJQzqpU4oDalfhU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue