nextcloud-client: 3.14.1 -> 3.14.2

ChangeLog: https://github.com/nextcloud/desktop/releases/tag/v3.14.2
This commit is contained in:
Maximilian Bosch 2024-10-27 15:56:56 +01:00 committed by Bjørn Forsman
parent a9a25431c3
commit 1d488c468d

View File

@ -27,7 +27,7 @@
stdenv.mkDerivation rec {
pname = "nextcloud-client";
version = "3.14.1";
version = "3.14.2";
outputs = [ "out" "dev" ];
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
owner = "nextcloud-releases";
repo = "desktop";
rev = "refs/tags/v${version}";
hash = "sha256-bUqHegW38NQJn4TnEQt9wRJFqR6fbLpvQvmWF3akekc=";
hash = "sha256-vxCt/FNfQZ7rWME2zLGESgW/+FNoENZeCr8FFcGwoFQ=";
};
patches = [