3
0
Fork 0
forked from mirrors/nixpkgs

nextcloud-client: 3.2.1 -> 3.2.2

This commit is contained in:
Ilan Joselevich 2021-05-31 15:01:46 +03:00 committed by Matthieu Coudron
parent 2e29e12438
commit e442713277

View file

@ -20,13 +20,13 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-I31w79GDZxSGlT6YPKSpq0aiyGnJiJBVdTyWI+DUoz4=";
sha256 = "sha256-UPWr5P6oEBtDK/Cuz8nZlHqKFyGEf44vbMfrphxNkMU=";
};
patches = [