libosmium: 2.23.0 -> 2.23.1 (#505807)

This commit is contained in:
Nikolay Korotkiy
2026-04-02 15:37:15 +00:00
committed by GitHub
2 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libosmium";
version = "2.23.0";
version = "2.23.1";
src = fetchFromGitHub {
owner = "osmcode";
repo = "libosmium";
tag = "v${finalAttrs.version}";
hash = "sha256-VYNNp7czQgIvPhYxXlPaY/qlVxoZZ6CiJXWrHW+zAD8=";
hash = "sha256-ZGLA5E/Gpwi433faUB9xLS/AhFHtWaFj/9dTh3zBTAE=";
};
nativeBuildInputs = [ cmake ];
+9
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
installShellFiles,
pandoc,
@@ -26,6 +27,14 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-x5qEW4DqOw/vA+IuZA7VC5WRn+uDOZ6dJhyJoi7UKOA=";
};
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