opencloud: 7.1.0 -> 7.2.0

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

Changelog: https://github.com/opencloud-eu/opencloud/blob/v7.2.0/CHANGELOG.md
(cherry picked from commit cb262ee05d)
This commit is contained in:
K900
2026-06-25 16:13:14 +03:00
committed by Philippe Loctaux
parent ecd4a3a271
commit fb51130d6d
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
pnpm = pnpm_11;
sourceRoot = "${finalAttrs.src.name}/${finalAttrs.pnpmRoot}";
fetcherVersion = 4;
hash = "sha256-NN5MmWYQgaG4s8+mnLWo8EzOobACOnYhdwt4+/4kz9o=";
hash = "sha256-pQ01vBvC29B5oxDWtt7anI5QtFbvQFFBVamQtA2WTNo=";
};
nativeBuildInputs = [

View File

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