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

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

libgeotiff: 1.7.1 -> 1.7.2
parents 603c0346 077512f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];