Skip to content

Commit 2664146

Browse files
authored
libosmium: 2.21.0 -> 2.22.0 (#390819)
2 parents 49b0405 + 46380be commit 2664146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libosmium/package.nix

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

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "libosmium";
16-
version = "2.21.0";
16+
version = "2.22.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "osmcode";
2020
repo = "libosmium";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-IGZQBziXKYVG+uKLjHr6LsIF5H8klq6LGF5j1KrfHZU=";
22+
hash = "sha256-b4jdPh6lJ/ALPVblDt16Nabx9ZL8MW8/roI+NqTZshU=";
2323
};
2424

2525
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)