nextcloud-client: 3.2.2 -> 3.2.3 (#128092)

launchpad/nixpkgs/master
Ilan Joselevich 3 years ago committed by GitHub
parent fcc061ae7f
commit d4c85192dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/applications/networking/nextcloud-client/default.nix

@ -16,17 +16,18 @@
, qtquickcontrols2
, qtgraphicaleffects
, sqlite
, inkscape
}:
mkDerivation rec {
pname = "nextcloud-client";
version = "3.2.2";
version = "3.2.3";
src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-UPWr5P6oEBtDK/Cuz8nZlHqKFyGEf44vbMfrphxNkMU=";
sha256 = "sha256-NE0P6bG/msoP29c/1r/fTC5vDcqgkQuqfRK+IDftMqY=";
};
patches = [
@ -37,6 +38,7 @@ mkDerivation rec {
nativeBuildInputs = [
pkg-config
cmake
inkscape
];
buildInputs = [

Loading…
Cancel
Save