summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-01-05 18:31:07 +0400
committerGitHub <noreply@github.com>2023-01-05 18:31:07 +0400
commit245eff71712fa7e157810c9278ccf4c98ced842e (patch)
tree24c663292d0932dcd21520e3f980d4be56bdd36e
parenteda35f193e526d557a1a9929a4141979df601337 (diff)
parentb62a567b747d9e5333e292a21c6647ad03f8ab58 (diff)
Merge pull request #206856 from imincik/qgis-3.22.14
qgis-ltr: 3.22.13 -> 3.22.14
-rw-r--r--pkgs/applications/gis/qgis/unwrapped-ltr.nix4
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 5e35e56fe5fe..a3d3fda59122 100644
--- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix
+++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix
@@ -73,14 +73,14 @@ let
six
];
in mkDerivation rec {
- version = "3.22.13";
+ version = "3.22.14";
pname = "qgis-ltr-unwrapped";
src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
- hash = "sha256-l9UaxPBTkKrTygise0nVBDrPX3aRRW62HtIYwrtYp3Q=";
+ hash = "sha256-VT85cVeKuHQCGQokID9yrbents7ewHK1j7I17oFTvlo=";
};
passthru = {