From 3754b7ebbc891bf485c00e72a9040daef882e508 Mon Sep 17 00:00:00 2001 From: "nixvim-ci[bot]" <212996653+nixvim-ci[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 12:51:41 +0000 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/9a7b80b6f82a71ea04270d7ba11b48855681c4b0?narHash=sha256-82L%2BEJU%2B40%2BFIdeG4gmUlOF1jeSwlf2AwMarrpdHF6o%3D' (2025-11-28) → 'github:NixOS/nixpkgs/ff06bd3398fb1bea6c937039ece7e7c8aa396ebf?narHash=sha256-8jemYbbW9EBttQKHep7Rj8kzXaxsrk/lACdXA2DN5Xk%3D' (2025-12-04) --- flake.lock | 6 +++--- version-info.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 5f1a3737..05d4b66f 100644 --- a/flake.lock +++ b/flake.lock @@ -66,11 +66,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1764316264, - "narHash": "sha256-82L+EJU+40+FIdeG4gmUlOF1jeSwlf2AwMarrpdHF6o=", + "lastModified": 1764836381, + "narHash": "sha256-8jemYbbW9EBttQKHep7Rj8kzXaxsrk/lACdXA2DN5Xk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9a7b80b6f82a71ea04270d7ba11b48855681c4b0", + "rev": "ff06bd3398fb1bea6c937039ece7e7c8aa396ebf", "type": "github" }, "original": { diff --git a/version-info.toml b/version-info.toml index 4c9f2a8e..e552ef74 100644 --- a/version-info.toml +++ b/version-info.toml @@ -1,18 +1,18 @@ # DO NOT MODIFY! # This file was generated by update-scripts/version-info/default.nix -nixpkgs_rev = "9a7b80b6f82a71ea04270d7ba11b48855681c4b0" +nixpkgs_rev = "ff06bd3398fb1bea6c937039ece7e7c8aa396ebf" release = "25.05" unstable = false [versions."25.05"] branch = "nixos-25.05" channel = "nixos-25.05" -status = "stable" +status = "deprecated" [versions."25.11"] branch = "nixos-25.11" channel = "nixos-25.11" -status = "beta" +status = "stable" [versions."26.05"] branch = "main"