nextcloud-client: 3.14.2 -> 3.14.3 (#353854)

This commit is contained in:
Sandro
2024-11-06 00:25:54 +01:00
committed by GitHub
@@ -27,7 +27,7 @@
stdenv.mkDerivation rec {
pname = "nextcloud-client";
version = "3.14.2";
version = "3.14.3";
outputs = [ "out" "dev" ];
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
owner = "nextcloud-releases";
repo = "desktop";
rev = "refs/tags/v${version}";
hash = "sha256-vxCt/FNfQZ7rWME2zLGESgW/+FNoENZeCr8FFcGwoFQ=";
hash = "sha256-nYoBs5EnWiqYRsqc5CPxCIs0NAxSprI9PV0lO/c8khw=";
};
patches = [