opencloud.web: 7.2.0 -> 7.1.4

OpenCloud 7.2.3 pins web 7.1.4 from the stable-7.1 branch.

Upstream pin: https://github.com/opencloud-eu/opencloud/blob/v7.2.3/services/web/Makefile#L3-L4

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

Not-cherry-picked-because: master follows OpenCloud's rolling release line
Assisted-by: OpenAI Codex (GPT-5)
This commit is contained in:
UwU 420
2026-08-19 07:15:00 +02:00
parent ebcbbf71bb
commit 45248efcd1

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 = [