mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
update source versions for data extractions
This commit is contained in:
parent
564d719bb9
commit
550f507687
14 changed files with 1144 additions and 806 deletions
354
nix/app-versions/32.json
Normal file
354
nix/app-versions/32.json
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -34,6 +34,7 @@ in
|
|||
nativeBuildInputs = [logging-extractor];
|
||||
|
||||
buildPhase = ''
|
||||
echo ${src}
|
||||
logging-extractor . ${mode} > logs.${ext}
|
||||
'';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
stdenv,
|
||||
rustPlatform,
|
||||
lib,
|
||||
}: let
|
||||
|
|
|
|||
|
|
@ -1,13 +1,18 @@
|
|||
{
|
||||
"32": {
|
||||
"version": "32.0.2",
|
||||
"url": "https://download.nextcloud.com/server/releases/nextcloud-32.0.2.zip",
|
||||
"sha256": "sha256-D97wUiKyZf0PndMOXmAr/OoM2J+iYKucwR0W+dKrTNw="
|
||||
},
|
||||
"31": {
|
||||
"version": "31.0.0",
|
||||
"url": "https://download.nextcloud.com/server/releases/nextcloud-31.0.0.zip",
|
||||
"sha256": "sha256-/jExlHxiJY0avcbptSWgeTLUyQN4VUI/WnbbdBLuccY="
|
||||
"version": "31.0.11",
|
||||
"url": "https://download.nextcloud.com/server/releases/nextcloud-31.0.11.zip",
|
||||
"sha256": "sha256-GQkLVx4gOgYVmAAYdkDBOecsnhxc4nZZ1svEE8UHwGA="
|
||||
},
|
||||
"30": {
|
||||
"version": "30.0.0",
|
||||
"url": "https://download.nextcloud.com/server/releases/nextcloud-30.0.0.zip",
|
||||
"sha256": "sha256-2o23BCUd/Cogh+wtcj1FBZwarNX6RTE07pbLuAC35oE="
|
||||
"version": "30.0.17",
|
||||
"url": "https://download.nextcloud.com/server/releases/nextcloud-30.0.17.zip",
|
||||
"sha256": "sha256-4Gt0Lk83muxHE2J5TkQNC1OC0sJDjilr8FCG3bdG0I0="
|
||||
},
|
||||
"29": {
|
||||
"version": "29.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue