mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
nextcloud-client: 3.2.2 -> 3.2.3 (#128092)
This commit is contained in:
parent
fcc061ae7f
commit
d4c85192dd
1 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue