diff --git a/modules/lix.nix b/modules/lix.nix index ca9e44d..34d1103 100644 --- a/modules/lix.nix +++ b/modules/lix.nix @@ -1,13 +1,13 @@ let module = fetchTarball { name = "source"; - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz"; - sha256 = "sha256-6U0CyPycIBc04hbYy2hBINnVso58n/ZyywY2BD3hu+s="; + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz"; + sha256 = "sha256-YMLrcBpf0TR5r/eaqm8lxzFPap2TxCor0ZGcK3a7+b8="; }; lixSrc = fetchTarball { name = "source"; - url = "https://git.lix.systems/lix-project/lix/archive/2.91.1.tar.gz"; - sha256 = "sha256-hiGtfzxFkDc9TSYsb96Whg0vnqBVV7CUxyscZNhed0U="; + url = "https://git.lix.systems/lix-project/lix/archive/2.92.0.tar.gz"; + sha256 = "sha256-CCKIAE84dzkrnlxJCKFyffAxP3yfsOAbdvydUGqq24g="; }; in # This is the core of the code you need; it is an exercise to the