Unverified Commit 271c95cf authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #270258 from NixOS/backport-270106-to-release-23.11

[Backport release-23.11] qgis: 3.34.0 -> 3.34.1
parents eb95691d 854055c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -77,14 +77,14 @@ let
    urllib3
  ];
in mkDerivation rec {
  version = "3.34.0";
  version = "3.34.1";
  pname = "qgis-unwrapped";

  src = fetchFromGitHub {
    owner = "qgis";
    repo = "QGIS";
    rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-+Yzp8kfd7cfxTwsrxRo+6uS+2Aj4HfKA2E8hSf7htsU=";
    hash = "sha256-y+MATjhGUh0Qu4mNRALmP04Zd2/ozvaJnJDdM38Cy+w=";
  };

  passthru = {