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

qgis-ltr: 3.40.5 -> 3.40.6 (#401120)

parents bd49b63f 22595b52
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.5";
  version = "3.40.6";
  pname = "qgis-ltr-unwrapped";

  src = fetchFromGitHub {
    owner = "qgis";
    repo = "QGIS";
    rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-YVHNB4vdLw8RZir4UydTijztzx58aXBLJk+lA0K9y+4=";
    hash = "sha256-pw5XxaGDsyQfeJL582Iic2sg5j8AUPvM+I53YLB4aG4=";
  };

  passthru = {