From 857751c095c4cff84d1b97bf133b04a575ab8b31 Mon Sep 17 00:00:00 2001 From: fleaz Date: Wed, 12 Mar 2025 19:35:06 +0100 Subject: [PATCH] lix: bump to 2.92 --- modules/lix.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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