We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88a223 commit e4cf778Copy full SHA for e4cf778
pkgs/by-name/os/osmium-tool/package.nix
@@ -17,13 +17,13 @@
17
18
stdenv.mkDerivation (finalAttrs: {
19
pname = "osmium-tool";
20
- version = "1.17.0";
+ version = "1.18.0";
21
22
src = fetchFromGitHub {
23
owner = "osmcode";
24
repo = "osmium-tool";
25
tag = "v${finalAttrs.version}";
26
- sha256 = "sha256-l6C2DGGKcbMUkKDruM8QzpriqFMvDnsi4OE99a2EzhA=";
+ hash = "sha256-6CT5vhzZtGZDr3mCgtpI8AGXn+Iiasf9SxUV6qN9+I8=";
27
};
28
29
nativeBuildInputs = [
0 commit comments