Unverified Commit 11789a68 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

libosmium: 2.23.0 -> 2.23.1 (#505807)

parents 96c65659 c5801aed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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