imposm: 0.14.1 -> 0.14.2

This commit is contained in:
R. Ryantm
2025-05-12 13:40:40 +00:00
parent ce4ce6f87a
commit 20357e7254
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "imposm";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
owner = "omniscale";
repo = "imposm3";
tag = "v${version}";
hash = "sha256-PF7pi2UTZJe7WzfaJrQrOGusO/RRfh8KNz8YyrVcBvg=";
hash = "sha256-Bl6LSF/aN/c0lH93fxm2HGvxs7Grv4qJc/iN04AlQP0=";
};
vendorHash = null;