shapelib: 1.6.1 -> 1.6.2 (#445679)

This commit is contained in:
Ivan Mincik
2025-09-24 07:00:57 +00:00
committed by GitHub

View File

@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "shapelib";
version = "1.6.1";
version = "1.6.2";
src = fetchurl {
url = "https://download.osgeo.org/shapelib/shapelib-${version}.tar.gz";
hash = "sha256-XakKYOJUQPEI9OjpVzK/qD7eE8jgwrz4CuQQBsyOvCA=";
hash = "sha256-S3SjbO2U6ae+pAEVfmZK3cxb4lHn33+I1GdDYdoBLCE=";
};
doCheck = true;