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

proj: 9.6.1 -> 9.7.0 (#445278)

parents eea7f506 a2be56a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "proj";
  version = "9.6.1";
  version = "9.7.0";

  src = fetchFromGitHub {
    owner = "OSGeo";
    repo = "PROJ";
    rev = finalAttrs.version;
    hash = "sha256-81wrwBB11SKhq2dTBrvbuUd97iYkTYYrYyKpk2IlHAA=";
    hash = "sha256-Vdznj9WGuws1p+owDNHlVERjOM3fS1+RBtqe01q500E=";
  };

  patches = [