1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-08-18 04:02:22 +00:00
parent 1e73daefd9
commit 9f04c3e4ae
2 changed files with 19 additions and 19 deletions

View file

@ -456,11 +456,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1723796332, "lastModified": 1723885507,
"narHash": "sha256-V1eO+6leWxL4etUpgxi81kC9mOUIPo/gy4GXPqcgQ6E=", "narHash": "sha256-CWnJUYtqcfnJZrTYLmdo6FzKXJ4Y4Z+Y6RBR7wgnAKA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "b67c560eb553aa29f7e4efa729af61ff4d45c786", "rev": "ee00d368ae6a9015004d473eba26a79b343a0c45",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -472,11 +472,11 @@
"neovim-src": { "neovim-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1723747612, "lastModified": 1723849779,
"narHash": "sha256-e7QFAYeZSjhQ1H0mk2awv2KcXlsepzXki3uYEUBXZ8Q=", "narHash": "sha256-Qi/iqMZxN5jsP99neBoKtcHn8AtqwmKmxtSVrRijRNE=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "fd65422b99c7cc69e5053a852244cfc9d46d7b65", "rev": "172cc23d88585dd7520726c2ebbba4ed7639e348",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -496,11 +496,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1723860098, "lastModified": 1723946513,
"narHash": "sha256-APaz4BMLkl8+nJmf80/o4u+RolX6/IxmYJpLfsw/Oew=", "narHash": "sha256-MwzlSnclRnZ/l0bDftRvR8a1NCPc1J/B/FzEeHBtTzs=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "c40425abbfcb7625fec8887b9f42b86fb30b01e4", "rev": "908085a31c3cbb8b8def282528d69af576e29da0",
"revCount": 933, "revCount": 934,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -569,11 +569,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1723808726, "lastModified": 1723895289,
"narHash": "sha256-dEpDgYhKVy3r3NN57YN0xQUqC0Fmquhz+WJgmE4tmmA=", "narHash": "sha256-MOV25tevdwqJvMHsF2rV9d/I8v6CgYLh7vuK4Igb03M=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b764d780d8af360061540651c3adf84895b5ff90", "rev": "b959f399d27ce028a0a87317b45306b4c3c8a1b1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -117,12 +117,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-08-16"; version = "2024-08-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "59cc5f35656f97bc964229e3ec5066a7b5a8ee5b"; rev = "6d74da7f0a29c35ee7636e157e72dd221e8d6197";
sha256 = "02dzi5vpaf5fdxs8fk7mkd0pddxnq14f99bpn1wfgwb8iw6372sp"; sha256 = "0ad6899242j1j66x77qyd0gxa6hm3zxx962wkkcqb60b95c1m82n";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -414,12 +414,12 @@ in
}; };
oil-nvim = buildVimPlugin { oil-nvim = buildVimPlugin {
pname = "oil.nvim"; pname = "oil.nvim";
version = "2024-07-30"; version = "2024-08-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stevearc"; owner = "stevearc";
repo = "oil.nvim"; repo = "oil.nvim";
rev = "fcca212c2e966fc3dec1d4baf888e670631d25d1"; rev = "a632c898fbe0e363ef89b9577f1a7714ab67d682";
sha256 = "1lr5zll5662x4clzkf4a6ak2izgwla53vf5vsabcpdhm862qc7i0"; sha256 = "0dixqxbs8j96mq0rjdgzgi712i13mfkhfshngwilh5hsidl0d6np";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };