From 116fda9c27a729805c6c06d1e2b4024efe7f84a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:12:55 +0000 Subject: [PATCH] chore: update Nix stable pin to v1.6.0 [skip ci] --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2f6304f..906bd3c 100644 --- a/flake.nix +++ b/flake.nix @@ -24,8 +24,8 @@ }; # Bump these together when packaging a new upstream stable release. - stableVersion = "1.5.1"; - stableSrcHash = "sha256-XDR6YCWfVeQgIokMfksakw7tqQ+2uWGFqUkLumJU0EA="; + stableVersion = "1.6.0"; + stableSrcHash = "sha256-VlqBCZa42MLmJ1nUNlH7PIcLp/X7mBLCS/hm/ISiHNA="; in { overlays.default = final: _prev: {