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

qgis-ltr: 3.34.13 -> 3.34.14 (#366816)

parents d087ce6d 812e37f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,14 +82,14 @@ let
  ];
in
mkDerivation rec {
  version = "3.34.13";
  version = "3.34.14";
  pname = "qgis-ltr-unwrapped";

  src = fetchFromGitHub {
    owner = "qgis";
    repo = "QGIS";
    rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-eNncDIRfFYFxyc5a2tZijmVpx/LNm/roak84guFvldg=";
    hash = "sha256-4nptnzAvLOC8R1sqfdHJ4YYtotwcOARbu9fe4YKwIVM=";
  };

  passthru = {