opencloud: 4.1.0 -> 5.0.1, opencloud.web: 4.3.0 -> 5.0.0 (#487346)

This commit is contained in:
K900
2026-02-05 16:57:57 +00:00
committed by GitHub
2 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -28,13 +28,13 @@ let
in
buildGoModule rec {
pname = "opencloud";
version = "4.1.0";
version = "5.0.1";
src = fetchFromGitHub {
owner = "opencloud-eu";
repo = "opencloud";
tag = "v${version}";
hash = "sha256-sZcGDE/CwB/u9LxsfFY/m4o58NjXMgTX0yx719R+wjc=";
hash = "sha256-q0K73j69ZzMK2IGHRt8nDaeLxubky62MyKnziNKHiMw=";
};
postPatch = ''
@@ -96,6 +96,8 @@ buildGoModule rec {
# avoids 'make generate' calling `git`, otherwise no-op
STRING = version;
VERSION = version;
# avoids weird test failure
AUTOMEMLIMIT = "off";
};
excludedPackages = [ "tests/*" ];
+3 -3
View File
@@ -10,20 +10,20 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "opencloud-web";
version = "4.3.0";
version = "5.0.0";
src = fetchFromGitHub {
owner = "opencloud-eu";
repo = "web";
tag = "v${finalAttrs.version}";
hash = "sha256-oLGmktFeDykpaK8YqMoIl7RrkPvHw2EULkbn1XDS/Yk=";
hash = "sha256-ZeIcWeKYa43dyhg8xXdx1vQTPOjqSRPqcoaBRtbnzRc=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_10;
fetcherVersion = 1;
hash = "sha256-+oCoK6u46oPVtsvUEksuFFtjogirN370IsM33H5oOA4=";
hash = "sha256-KRoZOc61cklG2MflfHpCd9I5fOIuHPuiRR+w6sdRa2U=";
};
nativeBuildInputs = [