From 17dc0895c46310da8889f250f9d9e5e3ed551e69 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Fri, 10 Apr 2026 21:25:40 +0400 Subject: [PATCH] =?UTF-8?q?osmium-tool:=201.19.0=20=E2=86=92=201.19.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/by-name/os/osmium-tool/package.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/by-name/os/osmium-tool/package.nix b/pkgs/by-name/os/osmium-tool/package.nix index 754c0ca07e3c..0d6e69ac720a 100644 --- a/pkgs/by-name/os/osmium-tool/package.nix +++ b/pkgs/by-name/os/osmium-tool/package.nix @@ -2,7 +2,6 @@ lib, stdenv, fetchFromGitHub, - fetchpatch, cmake, installShellFiles, pandoc, @@ -18,23 +17,15 @@ stdenv.mkDerivation (finalAttrs: { pname = "osmium-tool"; - version = "1.19.0"; + version = "1.19.1"; src = fetchFromGitHub { owner = "osmcode"; repo = "osmium-tool"; tag = "v${finalAttrs.version}"; - hash = "sha256-x5qEW4DqOw/vA+IuZA7VC5WRn+uDOZ6dJhyJoi7UKOA="; + hash = "sha256-WPNXzS5XiCWSA5iycPqulybQtVED9oVfAsRz0WYmApA="; }; - patches = [ - # Fix apply-changes-version-on-version-timestamp test - (fetchpatch { - url = "https://github.com/osmcode/osmium-tool/commit/e58501ed1570f19340173c668568790369214d46.patch"; - hash = "sha256-VhdwY1DpfTQAx24Qck0a96GGnEGfg4T27wSeGO1zdng="; - }) - ]; - nativeBuildInputs = [ cmake installShellFiles