diff options
author | Karel Kočí <cynerd@email.cz> | 2025-01-23 15:31:27 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-01-23 15:31:27 +0100 |
commit | 9de2ceb09ed6e58c020afda1377653ba713540a6 (patch) | |
tree | 87fd953bff3e7bb144c07c1c2d3b671a49d83ca4 | |
parent | 31661e73a6ce84a25be1b80ee898fe7fe63b16b6 (diff) | |
download | nixos-personal-9de2ceb09ed6e58c020afda1377653ba713540a6.tar.gz nixos-personal-9de2ceb09ed6e58c020afda1377653ba713540a6.tar.bz2 nixos-personal-9de2ceb09ed6e58c020afda1377653ba713540a6.zip |
nixos/lipwig: update nextcloud passwords
-rw-r--r-- | nixos/configurations/lipwig.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/configurations/lipwig.nix b/nixos/configurations/lipwig.nix index 6001cc6..cdf4ec5 100644 --- a/nixos/configurations/lipwig.nix +++ b/nixos/configurations/lipwig.nix @@ -256,8 +256,8 @@ license = "agpl3Plus"; }; passwords = pkgs.fetchNextcloudApp { - url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2024.11.0/passwords.tar.gz"; - hash = "sha256-69oYRbNh07QSsC/7RBMB/9CQsBg+iUBeG3qj3j46EkA="; + url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2024.12.1/passwords.tar.gz"; + hash = "sha256-I0+w8H56Lam9CChAPrGbA6VvEmkNi3FhmBuOUgvlTaE="; license = "agpl3Plus"; }; }; |