lol

Merge pull request #277598 from NixOS/qgis-3.34.2

qgis: 3.34.1 -> 3.34.2

authored by

Ivan Mincik and committed by
GitHub
3c992ffd b48118d2

+2 -2
+2 -2
pkgs/applications/gis/qgis/unwrapped.nix
··· 77 77 urllib3 78 78 ]; 79 79 in mkDerivation rec { 80 - version = "3.34.1"; 80 + version = "3.34.2"; 81 81 pname = "qgis-unwrapped"; 82 82 83 83 src = fetchFromGitHub { 84 84 owner = "qgis"; 85 85 repo = "QGIS"; 86 86 rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}"; 87 - hash = "sha256-y+MATjhGUh0Qu4mNRALmP04Zd2/ozvaJnJDdM38Cy+w="; 87 + hash = "sha256-RKxIJpp0lmRqyMYJuX2U4/GJh0FTnklFOcUft6LsuHc="; 88 88 }; 89 89 90 90 passthru = {