Merge pull request #314061 from r-ryantm/auto-update/libgeotiff

libgeotiff: 1.7.1 -> 1.7.2
This commit is contained in:
Ivan Mincik
2024-05-27 08:48:38 +00:00
committed by GitHub
@@ -10,14 +10,14 @@
}:
stdenv.mkDerivation rec {
version = "1.7.1";
version = "1.7.2";
pname = "libgeotiff";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "libgeotiff";
rev = version;
hash = "sha256-bE6UAUKiorriTgYrqhxbMAN2NEtmV/8IIfF02RUghSI=";
hash = "sha256-PXMbOC3I1yrFrFUek9BMxFT3YW9KxwP3+xZUHs7xm7Y=";
};
outputs = [ "out" "dev" ];