File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
pkgs/by-name/op/opencloud Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828in
2929buildGoModule 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 = ''
Original file line number Diff line number Diff line change 99
1010stdenvNoCC . 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 = [
You can’t perform that action at this time.
0 commit comments