From a03147575ae62e070c8a9cd0d4193fa56b449eb6 Mon Sep 17 00:00:00 2001 From: lucperkins <1523104+lucperkins@users.noreply.github.com> Date: Sun, 31 May 2026 00:56:26 +0000 Subject: [PATCH 1/2] Update ref-statuses.json to new valid Git refs list and update README --- ref-statuses.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ref-statuses.json b/ref-statuses.json index f0de7ca..1e886a8 100644 --- a/ref-statuses.json +++ b/ref-statuses.json @@ -1,14 +1,14 @@ { "nixos-25.05": "unmaintained", "nixos-25.05-small": "unmaintained", - "nixos-25.11": "stable", - "nixos-25.11-small": "stable", - "nixos-26.05": "beta", - "nixos-26.05-small": "beta", + "nixos-25.11": "deprecated", + "nixos-25.11-small": "deprecated", + "nixos-26.05": "stable", + "nixos-26.05-small": "stable", "nixos-unstable": "rolling", "nixos-unstable-small": "rolling", "nixpkgs-25.05-darwin": "unmaintained", - "nixpkgs-25.11-darwin": "stable", - "nixpkgs-26.05-darwin": "beta", + "nixpkgs-25.11-darwin": "deprecated", + "nixpkgs-26.05-darwin": "stable", "nixpkgs-unstable": "rolling" } From 7b63fcd1f578118f4d30431e0db8506288f8ad66 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Sat, 30 May 2026 18:53:11 -0700 Subject: [PATCH 2/2] Update Cargo version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7f0dc9..d7ea1e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,7 +512,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "flake-checker" -version = "0.2.12" +version = "0.2.13" dependencies = [ "cel", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 265067b..179c148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flake-checker" -version = "0.2.12" +version = "0.2.13" edition = "2024" [workspace]