summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-02-24 13:23:21 +0100
committerGitHub <noreply@github.com>2024-02-24 13:23:21 +0100
commitf4b5fad94956c279f66c98f26277a245c66a9e53 (patch)
treee1eef370c515d9d9905678315090a78b1ee410b6 /pkgs/applications/gis
parentb66514c14e85cd7d853d6dbbf1a421ba232eff10 (diff)
parente7d00278ffd480351a362e144e80a1b07edf373a (diff)
Merge pull request #290935 from imincik/qgis-3.36.0
qgis: 3.34.3 -> 3.36.0
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/qgis/unwrapped.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix
index 4d89cacece79..ac72139796d4 100644
--- a/pkgs/applications/gis/qgis/unwrapped.nix
+++ b/pkgs/applications/gis/qgis/unwrapped.nix
@@ -52,6 +52,7 @@ let
packageOverrides = self: super: {
pyqt5 = super.pyqt5.override {
withLocation = true;
+ withSerialPort = true;
};
};
};
@@ -77,14 +78,14 @@ let
urllib3
];
in mkDerivation rec {
- version = "3.34.3";
+ version = "3.36.0";
pname = "qgis-unwrapped";
src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
- hash = "sha256-uf4qUalY6LxPykgUt/atHBTu+A6ITrcnfez/jwVMLvA=";
+ hash = "sha256-uO9Bu+7n8xzsjumbp0t/yYQNvyDgRH1bdfqpX9oLoTY=";
};
passthru = {