Unverified Commit 80b2d7fe authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

libgeotiff: 1.7.3 -> 1.7.4 (#387159)

parents d7eb2e48 a7bb3d66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [