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

Merge pull request #270289 from NixOS/backport-270109-to-release-23.11

[Backport release-23.11] qgis-ltr: 3.28.12 -> 3.28.13
parents b076935a 389b5e2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,14 +76,14 @@ let
    urllib3
  ];
in mkDerivation rec {
  version = "3.28.12";
  version = "3.28.13";
  pname = "qgis-ltr-unwrapped";

  src = fetchFromGitHub {
    owner = "qgis";
    repo = "QGIS";
    rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-C80ZrQW7WFXz8UMXSt3FJcK2gDd292H24Ic3pJD/yqI=";
    hash = "sha256-5UHyRxWFqhTq97VNb8AU8QYGaY0lmGB8bo8yXp1vnFQ=";
  };

  passthru = {