summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/nextcloud-client
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2023-03-31 20:43:53 +0300
committerIlan Joselevich <personal@ilanjoselevich.com>2023-03-31 20:43:53 +0300
commit9b0c60a90fdd3054bef569236663621988047790 (patch)
tree966fb1c20e62c8a2f16438834bd6ea3de82e040d /pkgs/applications/networking/nextcloud-client
parentf9df580dc80af655184b027be87163ad923ee15a (diff)
nextcloud-client: 3.7.4 -> 3.8.0
Diff: https://github.com/nextcloud/desktop/compare/v3.7.4...v3.8.0
Diffstat (limited to 'pkgs/applications/networking/nextcloud-client')
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index f121847e9aab..373bcc363b59 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/pkgs/applications/networking/nextcloud-client/default.nix
@@ -26,7 +26,7 @@
mkDerivation rec {
pname = "nextcloud-client";
- version = "3.7.4";
+ version = "3.8.0";
outputs = [ "out" "dev" ];
@@ -34,7 +34,7 @@ mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
- sha256 = "sha256-K9P9avZdW+QR+K+GSp4kqWVZX5J7mHpu4gyuR4smmcU=";
+ sha256 = "sha256-kwSETOz/0/LMypbTmwvMMrGzZdquBjkXfoSrLgTfPiQ=";
};
patches = [