libgeotiff: 1.7.3 -> 1.7.4

This commit is contained in:
R. Ryantm
2025-03-05 00:06:15 +00:00
parent 4f8cf45715
commit a7bb3d6648
+2 -2
View File
@@ -11,14 +11,14 @@
}:
stdenv.mkDerivation rec {
version = "1.7.3";
version = "1.7.4";
pname = "libgeotiff";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "libgeotiff";
rev = version;
hash = "sha256-FUvWZR5BrGEMnApxCBQBwmmi9NU7Tx6Ziq3mbIxjqfc=";
hash = "sha256-oiuooLejCRI1DFTjhgYoePtKS+OAGnW6OBzgITcY500=";
};
outputs = [