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:
Anthony Roussel 2024-03-21 00:44:08 +01:00
parent eac643f338
commit 07a8a152d7
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 3 additions and 3 deletions

View File

@ -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 = [