[26.05] opencloud: 7.2.0 -> 7.2.3, opencloud.web: 7.2.0 -> 7.1.4 (#553618)

This commit is contained in:
Sandro
2026-08-19 14:02:49 +00:00
committed by GitHub
2 changed files with 8 additions and 5 deletions

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 = ''
@@ -92,6 +92,9 @@ buildGoModule (finalAttrs: {
rm services/search/pkg/opensearch/*_test.go
'';
# The activitylog tests start a local NATS server.
__darwinAllowLocalNetworking = true;
env = {
# avoids 'make generate' calling `git`, otherwise no-op
STRING = finalAttrs.version;

View File

@@ -10,20 +10,20 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "opencloud-web";
version = "7.2.0";
version = "7.1.4";
src = fetchFromGitHub {
owner = "opencloud-eu";
repo = "web";
tag = "v${finalAttrs.version}";
hash = "sha256-BiOue8+zQ3+6RLiDbLMnxKEen2aav3bljji4d+0Hr5c=";
hash = "sha256-Wg4VGweWBiTRGDRIbe4spFQB1MEC25zXZBAIa4+YttY=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_11;
fetcherVersion = 4;
hash = "sha256-gCsgnOEi9rvtwTZy8J/i63D92Gl2V9ZihxCJ+Y5hLUE=";
hash = "sha256-YEdZ5B11I6U140qam7e1TMOacRqUeINhr/TI13ddAa0=";
};
nativeBuildInputs = [