[automation] Update flake
This commit is contained in:
parent
0822884f26
commit
ef47d491e4
2 changed files with 25 additions and 25 deletions
26
flake.lock
26
flake.lock
|
@ -237,11 +237,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1712759992,
|
"lastModified": 1713019815,
|
||||||
"narHash": "sha256-2APpO3ZW4idlgtlb8hB04u/rmIcKA8O7pYqxF66xbNY=",
|
"narHash": "sha256-jzTo97VeKMNfnKw3xU+uiU5C7wtnLudsbwl/nwPLC7s=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "31357486b0ef6f4e161e002b6893eeb4fafc3ca9",
|
"rev": "8fdf329526f06886b53b94ddf433848a0d142984",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -280,11 +280,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "contrib",
|
"dir": "contrib",
|
||||||
"lastModified": 1712973593,
|
"lastModified": 1713058178,
|
||||||
"narHash": "sha256-FDOaeiDpmJOM7LgV6+xCNxHIxP+SWbnk3YTzJmk7REk=",
|
"narHash": "sha256-FrLMGhPQy1Buz8pPR+C0aCpcpfWsV6pW+IWKPWR/75Y=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "355c149ba02a0d18d8dab9ede553a56507153c84",
|
"rev": "4c31a1b807f1c38203661e35059305d63fd0e9f7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -305,11 +305,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1712973726,
|
"lastModified": 1713060130,
|
||||||
"narHash": "sha256-p48hQEJBQwfoUuyRD0H272fM7+1S2F33sw1+AOWUg3c=",
|
"narHash": "sha256-D5RcUDkGouIbcXjKbZH1KFTXY5UID+SF9Hx1eyxc+Uo=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "2d8f50c85fcdd0b9c6b034a1bc5c67ae3db6fc1b",
|
"rev": "e5eec7225ec28d6ff701f6949232c34c4bfaf944",
|
||||||
"revCount": 778,
|
"revCount": 779,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.kempkens.io/daniel/nix-overlay"
|
"url": "https://git.kempkens.io/daniel/nix-overlay"
|
||||||
},
|
},
|
||||||
|
@ -356,11 +356,11 @@
|
||||||
},
|
},
|
||||||
"nixos-unstable": {
|
"nixos-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1712927102,
|
"lastModified": 1713021534,
|
||||||
"narHash": "sha256-GGDFfu4B7FQ2TqJ17XQiP6oxdb+mY6qTsKOOPAJDo1Q=",
|
"narHash": "sha256-Aqz8cY3NRUEFWqtLA6xxJBHD1B+CopZkMaVEFZxjX3I=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "037735eb33b9f9cdf2b9d2e3442f52022d913abc",
|
"rev": "e546289ea912083149781d395778043053825db0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -117,12 +117,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-treesitter = buildVimPlugin {
|
nvim-treesitter = buildVimPlugin {
|
||||||
pname = "nvim-treesitter";
|
pname = "nvim-treesitter";
|
||||||
version = "2024-04-12";
|
version = "2024-04-13";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "ef267f0c285928ea3a0d3362a260a0728fd4a146";
|
rev = "f08a9d97f7a2ac02115a5c1c8e3973b2634d996b";
|
||||||
sha256 = "0b7vrygfs7r6sldxy04lj0vrsvdyj1vag1240cgdrmw8iwpmzx2q";
|
sha256 = "1l9v88jdqg8h8dy5a793wq8m4s2sb09ji7wvgm5d22y4vkcwjy7z";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -172,12 +172,12 @@ in
|
||||||
};
|
};
|
||||||
telescope-nvim = buildVimPlugin {
|
telescope-nvim = buildVimPlugin {
|
||||||
pname = "telescope.nvim";
|
pname = "telescope.nvim";
|
||||||
version = "2024-04-10";
|
version = "2024-04-13";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-telescope";
|
owner = "nvim-telescope";
|
||||||
repo = "telescope.nvim";
|
repo = "telescope.nvim";
|
||||||
rev = "5a701e99906961218b55d7ad6c2a998f066c6fe0";
|
rev = "4d4ade7f2b8f403e8816ca50c05ed16e259b21fb";
|
||||||
sha256 = "02d877a6lp3fgh75m10n3scyk4sdran10pbsp0ghp7xids1fg985";
|
sha256 = "1h4dscqb0mzrz23zvvfcw303xv8i2if7yrh8zlsyk4nlpv3lajv6";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -392,12 +392,12 @@ in
|
||||||
};
|
};
|
||||||
conform-nvim = buildVimPlugin {
|
conform-nvim = buildVimPlugin {
|
||||||
pname = "conform.nvim";
|
pname = "conform.nvim";
|
||||||
version = "2024-03-28";
|
version = "2024-04-13";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stevearc";
|
owner = "stevearc";
|
||||||
repo = "conform.nvim";
|
repo = "conform.nvim";
|
||||||
rev = "9d5ba06d6ee7418c674f498634617416d15b6239";
|
rev = "820eec990d5f332d30cf939954c8672a43a0459e";
|
||||||
sha256 = "0xpgpjaq40qf686qg0m5hhqpqahjz5wgxviyxny2i7zk4r832bqm";
|
sha256 = "0jpvd8hkiv9qn5lvlysvpv77s58cs8387ydjj34f8cylj5j11cwj";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -425,12 +425,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-treesitter-textobjects = buildVimPlugin {
|
nvim-treesitter-textobjects = buildVimPlugin {
|
||||||
pname = "nvim-treesitter-textobjects";
|
pname = "nvim-treesitter-textobjects";
|
||||||
version = "2024-04-12";
|
version = "2024-04-13";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter-textobjects";
|
repo = "nvim-treesitter-textobjects";
|
||||||
rev = "c180aef9a197e9fe64cc285171910b8ea1400952";
|
rev = "6e9bb569a510bdfab6095c217a2f714af7a3d116";
|
||||||
sha256 = "002ajnj6zc793csivpbhcrkyaas11hvksc88bvxhfnxi7dgahcry";
|
sha256 = "0a27wp87bmczs3fvxlyqrd5rlzml5h72cxr49c1ahx44q9y4ykib";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue