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

flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/02f2cb8e0feb4596d20cc52fda73ccee960e3538?narHash=sha256-tH3wHnOJms%2BU4k/rK2Nn1RfBrhffX92jLP/2VndSn0w%3D' (2025-10-24)
  → 'github:NixOS/nixpkgs/1666250dbe4141e4ca8aaf89b40a3a51c2e36144?narHash=sha256-sImk6SJQASDLQo8l%2B0zWWaBgg7TueLS6lTvdH5pBZpo%3D' (2025-10-27)
This commit is contained in:
nixvim-ci[bot] 2025-10-28 12:17:28 +00:00 committed by Gaétan Lepage
parent f02eb37644
commit 10a0d556f7
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -66,11 +66,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1761349956, "lastModified": 1761594641,
"narHash": "sha256-tH3wHnOJms+U4k/rK2Nn1RfBrhffX92jLP/2VndSn0w=", "narHash": "sha256-sImk6SJQASDLQo8l+0zWWaBgg7TueLS6lTvdH5pBZpo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "02f2cb8e0feb4596d20cc52fda73ccee960e3538", "rev": "1666250dbe4141e4ca8aaf89b40a3a51c2e36144",
"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 = "02f2cb8e0feb4596d20cc52fda73ccee960e3538" nixpkgs_rev = "1666250dbe4141e4ca8aaf89b40a3a51c2e36144"
release = "25.11" release = "25.11"
unstable = true unstable = true