Commit c989da75 authored by Ivan Mincik's avatar Ivan Mincik
Browse files

qgis: 3.38.3 -> 3.40.1

parent 87e00e57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,14 +80,14 @@ let
    urllib3
  ];
in mkDerivation rec {
  version = "3.38.3";
  version = "3.40.1";
  pname = "qgis-unwrapped";

  src = fetchFromGitHub {
    owner = "qgis";
    repo = "QGIS";
    rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-yJFYq4t0LzBr+O2bmtBSeehQ2vfUaZIQfOY68WZcHG4=";
    hash = "sha256-C86RwyeIZrflC5F2VQCw1LwF9VM4/OBEsLbGPiWKeco=";
  };

  passthru = {