mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
nextcloud-client: 3.10.2 -> 3.11.0
Diff: https://github.com/nextcloud/desktop/compare/v3.10.2...v3.11.0
This commit is contained in:
parent
ac12a78dfa
commit
62cd587a0f
@ -1,5 +1,5 @@
|
||||
{ lib
|
||||
, mkDerivation
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, extra-cmake-modules
|
||||
@ -21,11 +21,12 @@
|
||||
, sphinx
|
||||
, sqlite
|
||||
, xdg-utils
|
||||
, wrapQtAppsHook
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nextcloud-client";
|
||||
version = "3.10.2";
|
||||
version = "3.11.0";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
@ -33,7 +34,7 @@ mkDerivation rec {
|
||||
owner = "nextcloud";
|
||||
repo = "desktop";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-sysWDjJSlXRjtv9eiCTkXb29ZYs3YC7sr/UMMPCt5wA=";
|
||||
hash = "sha256-rqSnCIsXQDf3cNQn4ofjGQkCgwYGyDau/WWUPHziNp4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -55,6 +56,7 @@ mkDerivation rec {
|
||||
extra-cmake-modules
|
||||
librsvg
|
||||
sphinx
|
||||
wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user