Skip to content

Commit

Permalink
onlyoffice-bin, onlyoffice-bin_latest: move to pkgs/by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
fin444 committed Feb 2, 2024
1 parent 42a8cab commit 9af52a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions pkgs/by-name/on/onlyoffice-bin_latest/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl jq common-updater-scripts

version="$(curl -sL "https://api.github.com/repos/ONLYOFFICE/DesktopEditors/releases?per_page=1" | jq -r ".[0].tag_name" | sed 's/^v//')"
update-source-version onlyoffice-bin "$version"
5 changes: 0 additions & 5 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33968,11 +33968,6 @@ with pkgs;

okteto = callPackage ../development/tools/okteto { };

onlyoffice-bin_7_2 = callPackage ../applications/office/onlyoffice-bin/7_2.nix { };
onlyoffice-bin_8_0 = callPackage ../applications/office/onlyoffice-bin/8_0.nix { };
onlyoffice-bin = onlyoffice-bin_7_2;
onlyoffice-bin_latest = onlyoffice-bin_8_0;

onmetal-image = callPackage ../tools/virtualization/onmetal-image { };

opcr-policy = callPackage ../development/tools/opcr-policy { };
Expand Down

0 comments on commit 9af52a1

Please sign in to comment.