3
0
Fork 0
forked from mirrors/nixpkgs

nextcloud-client: 3.8.1 -> 3.8.2

Diff: https://github.com/nextcloud/desktop/compare/v3.8.1...v3.8.2
This commit is contained in:
Sandro Jäckel 2023-05-18 02:10:54 +02:00
parent 4376e41af0
commit 59d31d137e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -26,7 +26,7 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.8.1";
version = "3.8.2";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-BTve1dq+OiUwh/Kiy20iSAyALolkdOX7FHwxvVAdS4U=";
sha256 = "sha256-V5g6+Ci2MjBKnitY6IIaMY4gpoeMK+sd7HGZ1U87xL4=";
};
patches = [