3
0
Fork 0
forked from mirrors/nixpkgs

nextcloud-client: 3.2.3 -> 3.2.4

This commit is contained in:
Ilan Joselevich 2021-07-08 14:43:16 +03:00
parent d0d2dc5dde
commit f2d5c3f2f2

View file

@ -21,13 +21,13 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.2.3";
version = "3.2.4";
src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-NE0P6bG/msoP29c/1r/fTC5vDcqgkQuqfRK+IDftMqY=";
sha256 = "sha256-+APRR3Qj8jdDG2wc4hXFF40aTeoLGAXlsCsB4zKDI3Q=";
};
patches = [