Skip to content

Commit e4cf778

Browse files
committed
osmium-tool: 1.17.0 → 1.18.0
1 parent f88a223 commit e4cf778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/os/osmium-tool/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "osmium-tool";
20-
version = "1.17.0";
20+
version = "1.18.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "osmcode";
2424
repo = "osmium-tool";
2525
tag = "v${finalAttrs.version}";
26-
sha256 = "sha256-l6C2DGGKcbMUkKDruM8QzpriqFMvDnsi4OE99a2EzhA=";
26+
hash = "sha256-6CT5vhzZtGZDr3mCgtpI8AGXn+Iiasf9SxUV6qN9+I8=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)