nextcloud-client: 3.16.4 -> 3.16.5

Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.16.5
This commit is contained in:
Sandro Jäckel
2025-06-05 14:12:26 +02:00
parent 3a0f9e256f
commit 79f10f152c
+2 -2
View File
@@ -23,7 +23,7 @@
stdenv.mkDerivation rec {
pname = "nextcloud-client";
version = "3.16.4";
version = "3.16.5";
outputs = [
"out"
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "nextcloud-releases";
repo = "desktop";
tag = "v${version}";
hash = "sha256-8P73YitjuU9SGDBNimqJsvSfGOE9lNCVUNN3f4KXWSY=";
hash = "sha256-Xul3NGHResU/ZGP/C7v2bnhcxqGn3CjwjwnaPVmUhfM=";
};
patches = [