diff options
| author | Karel Kočí <cynerd@email.cz> | 2026-05-18 18:44:43 +0200 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2026-05-18 18:44:43 +0200 |
| commit | cdb82f8f3e05bd46b07dda5fe1e9dbb5bf0193f8 (patch) | |
| tree | 1ebf7759d210e867acd21e2cc29728b293b5f8fa /nixos/configurations/lipwig.nix | |
| parent | 9492adaded6cb8b246db5a348fb2720dbc184214 (diff) | |
| download | nixos-personal-cdb82f8f3e05bd46b07dda5fe1e9dbb5bf0193f8.tar.gz nixos-personal-cdb82f8f3e05bd46b07dda5fe1e9dbb5bf0193f8.tar.bz2 nixos-personal-cdb82f8f3e05bd46b07dda5fe1e9dbb5bf0193f8.zip | |
Diffstat (limited to 'nixos/configurations/lipwig.nix')
| -rw-r--r-- | nixos/configurations/lipwig.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nixos/configurations/lipwig.nix b/nixos/configurations/lipwig.nix index 291aa54..f075b3b 100644 --- a/nixos/configurations/lipwig.nix +++ b/nixos/configurations/lipwig.nix @@ -254,15 +254,15 @@ twofactor_webauthn ; # Additional modules can be fetched with: - # NEXTCLOUD_VERSIONS=32 nix run nixpkgs#nc4nix -- -apps "passwords,money,integration_github,integration_gitlab,fileslibreofficeedit" + # NEXTCLOUD_VERSIONS=33 nix run .#nc4nix -- -apps "passwords,money,integration_github,integration_gitlab,fileslibreofficeedit" fileslibreofficeedit = pkgs.fetchNextcloudApp { url = "https://github.com/allotropia/nextcloud_files_libreoffice_edit/releases/download/v2.0.1/fileslibreofficeedit.tar.gz"; hash = "sha256-Xqx5snQWintYJG3Q1Crw22TkNw18DdADXkurMQqt3X8="; license = "agpl3Plus"; }; integration_github = pkgs.fetchNextcloudApp { - url = "https://github.com/nextcloud-releases/integration_github/releases/download/v3.2.2/integration_github-v3.2.2.tar.gz"; - hash = "sha256-n7U/es4EdwS0cvegeFLnqhooRhkaSIdiVLwSse8hS3I="; + url = "https://github.com/nextcloud-releases/integration_github/releases/download/v3.2.5/integration_github-v3.2.5.tar.gz"; + hash = "sha256-QAOKT1Flgsy0kivgP/yoIo1vggb3MwRTGsMaMoEhZEo="; license = "agpl3Plus"; }; integration_gitlab = pkgs.fetchNextcloudApp { @@ -276,8 +276,8 @@ # license = "agpl3Plus"; #}; passwords = pkgs.fetchNextcloudApp { - url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2026.3.1/passwords-lsr-81.tar.gz"; - hash = "sha256-NqeGO1iJC98fqgsEE+WZOUiTTI9Du/zRPSw/w5g9e/E="; + url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2026.5.0/passwords.tar.gz"; + hash = "sha256-SJh+MhO3PysP/qIgzZuyKVVjmNKgXoh06IdNRF4fSgQ="; license = "agpl3Plus"; }; }; |
