diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-11-27 10:28:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 10:28:12 -0500 |
| commit | eb95691d239ca08815995c0ede1d4cf50d8c998f (patch) | |
| tree | 29c23745d95815008ace724bd5d610b9a6c24f82 | |
| parent | Merge pull request #269909 from adamcstephens/backport-269883-to-release-23.11 (diff) | |
| parent | qgis-ltr: 3.28.12 -> 3.28.13 (diff) | |
| download | nixpkgs-eb95691d239ca08815995c0ede1d4cf50d8c998f.tar.gz | |
Merge pull request #270289 from NixOS/backport-270109-to-release-23.11
[Backport release-23.11] qgis-ltr: 3.28.12 -> 3.28.13
| -rw-r--r-- | pkgs/applications/gis/qgis/unwrapped-ltr.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/qgis/unwrapped-ltr.nix b/pkgs/applications/gis/qgis/unwrapped-ltr.nix index f6cc1bbc408a..ba587bb76365 100644 --- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix +++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix @@ -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 = { |
