Unverified Commit 57788a9e authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

osmium-tool: 1.18.0 → 1.19.0 (#490764)

parents 13cd99a5 aea0a8b9
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "osmium-tool";
  version = "1.18.0";
  version = "1.19.0";

  src = fetchFromGitHub {
    owner = "osmcode";
    repo = "osmium-tool";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6CT5vhzZtGZDr3mCgtpI8AGXn+Iiasf9SxUV6qN9+I8=";
    hash = "sha256-x5qEW4DqOw/vA+IuZA7VC5WRn+uDOZ6dJhyJoi7UKOA=";
  };

  nativeBuildInputs = [
@@ -45,6 +45,10 @@ stdenv.mkDerivation (finalAttrs: {

  doCheck = true;

  preCheck = ''
    export OSMIUM_PAGER=cat
  '';

  postInstall = ''
    installShellCompletion --zsh ../zsh_completion/_osmium
  '';