aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2026-01-30 13:56:31 +0100
committerKarel Kočí <cynerd@email.cz>2026-01-30 13:56:31 +0100
commit3545057c7c8e96ab6e3e061826416f710eb3612a (patch)
treec08f157d9221a21e9a348afdcaae15ef64217248
parent04d5460a42e3cad43ccc7756494486f0da560374 (diff)
downloadnixos-personal-3545057c7c8e96ab6e3e061826416f710eb3612a.tar.gz
nixos-personal-3545057c7c8e96ab6e3e061826416f710eb3612a.tar.bz2
nixos-personal-3545057c7c8e96ab6e3e061826416f710eb3612a.zip
nixos/lipwig: update Nextcloud password app
-rw-r--r--nixos/configurations/lipwig.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/configurations/lipwig.nix b/nixos/configurations/lipwig.nix
index f141fa9..11e60df 100644
--- a/nixos/configurations/lipwig.nix
+++ b/nixos/configurations/lipwig.nix
@@ -275,8 +275,8 @@
license = "agpl3Plus";
};
passwords = pkgs.fetchNextcloudApp {
- url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2025.12.0/passwords-lsr-81.tar.gz";
- hash = "sha256-XhPNM4VH0yuaOlgivrzKXoLX2wUODbEiuz/S2X4Ugxw=";
+ url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2025.12.1/passwords-lsr-81.tar.gz";
+ hash = "sha256-mOqyVdQ6rRXrAjoCEz5B0/jx1aiM9TYcPJsuhHFR34w=";
license = "agpl3Plus";
};
};