commit c79b0ddde59f6eeb1808f67cef46a2997d5f3aff parent e4fa1a98d776ec3244ee4e0442c89fdfa4ed8b56 Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Sun, 22 May 2022 11:27:13 +0300 taginfo-tools: fix build Diffstat:
M | pkgs/osm/taginfo-tools/default.nix | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkgs/osm/taginfo-tools/default.nix b/pkgs/osm/taginfo-tools/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "taginfo-tools"; - version = "2020-11-26"; + version = "2022-05-04"; src = fetchFromGitHub { owner = "taginfo"; repo = pname; - rev = "52888a81d56e090f7e3b89c99342989ae476bb31"; - sha256 = "sha256-VSO9J0ZAgp7FBJFaD1sm/z1NrehEcnwypBifsMwC3vc="; + rev = "3b54480e6f4fcfed7bfc064e074250ca97ec4644"; + sha256 = "sha256-aJQy8BijmiLEOhEzdpzyCC6nK4b1EafZZ/UoZu18LDU="; fetchSubmodules = true; };