diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-11-27 10:28:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 10:28:32 -0500 |
| commit | 271c95cf539c20052bbf6164293eaf39c5882773 (patch) | |
| tree | 3ce8e03297716a26472e9b9722253f7b5e27e50e | |
| parent | Merge pull request #270289 from NixOS/backport-270109-to-release-23.11 (diff) | |
| parent | qgis: 3.34.0 -> 3.34.1 (diff) | |
| download | nixpkgs-271c95cf539c20052bbf6164293eaf39c5882773.tar.gz | |
Merge pull request #270258 from NixOS/backport-270106-to-release-23.11
[Backport release-23.11] qgis: 3.34.0 -> 3.34.1
| -rw-r--r-- | pkgs/applications/gis/qgis/unwrapped.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix index 3faf4d304a5f..8bc888bca918 100644 --- a/pkgs/applications/gis/qgis/unwrapped.nix +++ b/pkgs/applications/gis/qgis/unwrapped.nix @@ -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 = { |
