nextcloud-client: 34.0.1 -> 34.0.2

This commit is contained in:
R. Ryantm
2026-08-22 15:58:30 +00:00
parent 8cbc9a45c5
commit 20e9a2d68e

View File

@@ -23,7 +23,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nextcloud-client";
version = "34.0.1";
version = "34.0.2";
outputs = [
"out"
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "nextcloud-releases";
repo = "desktop";
tag = "v${finalAttrs.version}";
hash = "sha256-WjCdMQ2O1TzBg7bOZUmEv57WmHIheTIRtCKvl6Iwucs=";
hash = "sha256-wAgHN8MDqRtSiy/AV+0j5FYiFgM53Sh3gThQLxc6BA8=";
};
patches = [