1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00

flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d5faa84122bc0a1fd5d378492efce4e289f8eac1?narHash=sha256-%2Bpthv6hrL5VLW2UqPdISGuLiUZ6SnAXdd2DdUE%2BfV2Q%3D' (2025-10-23)
  → 'github:NixOS/nixpkgs/02f2cb8e0feb4596d20cc52fda73ccee960e3538?narHash=sha256-tH3wHnOJms%2BU4k/rK2Nn1RfBrhffX92jLP/2VndSn0w%3D' (2025-10-24)
This commit is contained in:
nixvim-ci[bot] 2025-10-25 12:14:42 +00:00 committed by Austin Horstman
parent baa99016bc
commit 409e5412da
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -66,11 +66,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1761236834, "lastModified": 1761349956,
"narHash": "sha256-+pthv6hrL5VLW2UqPdISGuLiUZ6SnAXdd2DdUE+fV2Q=", "narHash": "sha256-tH3wHnOJms+U4k/rK2Nn1RfBrhffX92jLP/2VndSn0w=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d5faa84122bc0a1fd5d378492efce4e289f8eac1", "rev": "02f2cb8e0feb4596d20cc52fda73ccee960e3538",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,6 +1,6 @@
# DO NOT MODIFY! # DO NOT MODIFY!
# This file was generated by ci/version-info/default.nix # This file was generated by ci/version-info/default.nix
nixpkgs_rev = "d5faa84122bc0a1fd5d378492efce4e289f8eac1" nixpkgs_rev = "02f2cb8e0feb4596d20cc52fda73ccee960e3538"
release = "25.11" release = "25.11"
unstable = true unstable = true