forked from mirrors/nixpkgs
nextcloud: 22.2.5 -> 22.2.6, 23.0.2 -> 23.0.3
This commit is contained in:
parent
b83be4516e
commit
f578662398
|
@ -46,13 +46,13 @@ in {
|
|||
'';
|
||||
|
||||
nextcloud22 = generic {
|
||||
version = "22.2.5";
|
||||
sha256 = "sha256-gb5N0u5tu4/nI2xIpjXwm2hiSDCrBhIDyN6gKGOsdS8=";
|
||||
version = "22.2.6";
|
||||
sha256 = "0f1d0f0cb000c51b11886be25a8adce478846c3233572fcf28b44c5d4036e235";
|
||||
};
|
||||
|
||||
nextcloud23 = generic {
|
||||
version = "23.0.2";
|
||||
sha256 = "sha256-ngJGLTjqq2RX/KgHe9Rv54w6qtRC6RpuEuMvp9UbxO4=";
|
||||
version = "23.0.3";
|
||||
sha256 = "39401d400fab02a84a175ea6e995b8ed4110fbaea48c876230b4f09755a62986";
|
||||
};
|
||||
# tip: get she sha with:
|
||||
# curl 'https://download.nextcloud.com/server/releases/nextcloud-${version}.tar.bz2.sha256'
|
||||
|
|
Loading…
Reference in a new issue