opencloud: 7.2.0 -> 7.2.3

Diff: https://github.com/opencloud-eu/opencloud/compare/v7.2.0...v7.2.3

Changelog: https://github.com/opencloud-eu/opencloud/blob/v7.2.3/CHANGELOG.md

Assisted-by: OpenAI Codex (GPT-5)
This commit is contained in:
UwU 420
2026-08-17 11:41:42 +02:00
parent 52da88f041
commit 4d893bd8ff

View File

@@ -28,13 +28,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "opencloud";
version = "7.2.0";
version = "7.2.3";
src = fetchFromGitHub {
owner = "opencloud-eu";
repo = "opencloud";
tag = "v${finalAttrs.version}";
hash = "sha256-GAoDEXk7sBN7N0V/msi/fcJS72RqqlF6Qb5B9hArmvk=";
hash = "sha256-5wmXBLO6wmlBRu0FWDGMzFipRSARyK2LED1BR0Vwnt0=";
};
postPatch = ''