Skip to content

Commit 28f0660

Browse files
authored
opencloud: 4.0.0 -> 4.1.0 (#471306)
2 parents 59374ce + a3fa338 commit 28f0660

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkgs/by-name/op/opencloud/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ let
2828
in
2929
buildGoModule rec {
3030
pname = "opencloud";
31-
version = "4.0.0";
31+
version = "4.1.0";
3232

3333
src = fetchFromGitHub {
3434
owner = "opencloud-eu";
3535
repo = "opencloud";
3636
tag = "v${version}";
37-
hash = "sha256-7yl6jOJZYJjSc48ko973NWTRPjlaVkdM2u8TZ2NfR74=";
37+
hash = "sha256-sZcGDE/CwB/u9LxsfFY/m4o58NjXMgTX0yx719R+wjc=";
3838
};
3939

4040
postPatch = ''

pkgs/by-name/op/opencloud/web.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99

1010
stdenvNoCC.mkDerivation (finalAttrs: {
1111
pname = "opencloud-web";
12-
version = "4.2.1";
12+
version = "4.3.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "opencloud-eu";
1616
repo = "web";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-TP9DM6s0bVpBeY4LEGDuTN8yZEwvbXpSDJXKh7j4COE=";
18+
hash = "sha256-oLGmktFeDykpaK8YqMoIl7RrkPvHw2EULkbn1XDS/Yk=";
1919
};
2020

2121
pnpmDeps = pnpm_10.fetchDeps {
2222
inherit (finalAttrs) pname version src;
2323
fetcherVersion = 1;
24-
hash = "sha256-6eDMIad3BNN3HTe0e2R8h0Ua1cZPeRGV2tR0gKh3NFY=";
24+
hash = "sha256-+oCoK6u46oPVtsvUEksuFFtjogirN370IsM33H5oOA4=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)