Unverified Commit f8b8860d authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

qgis-ltr: 3.40.4 -> 3.40.5 (#393326)

parents dde418af 9497f737
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,14 +82,14 @@ let
  ];
in
mkDerivation rec {
  version = "3.40.4";
  version = "3.40.5";
  pname = "qgis-ltr-unwrapped";

  src = fetchFromGitHub {
    owner = "qgis";
    repo = "QGIS";
    rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-R2/ycRPQVKqleSt+9D/YCpBlqKgJdhLc0BvYT7qFJo8=";
    hash = "sha256-YVHNB4vdLw8RZir4UydTijztzx58aXBLJk+lA0K9y+4=";
  };

  passthru = {