1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-06-22 04:02:53 +00:00
parent 130e9f5c94
commit 93888b0bab
2 changed files with 29 additions and 29 deletions

View file

@ -260,11 +260,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1718788307, "lastModified": 1718983978,
"narHash": "sha256-SqiOz0sljM0GjyQEVinPXQxaGcbOXw5OgpCWGPgh/vo=", "narHash": "sha256-lp6stESwTLBZUQ5GBivxwNehShmBp4jqeX/1xahM61w=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d7830d05421d0ced83a0f007900898bdcaf2a2ca", "rev": "c559542f0aa87971a7f4c1b3478fe33cc904b902",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -348,11 +348,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1718935291, "lastModified": 1719021691,
"narHash": "sha256-F3WWPbz9ErkCG0wOha2yvwvBVK4KKSaCZikqnz77Hsc=", "narHash": "sha256-ss2NjWDeO8kKLX7x0YeDvK7ppQzodlWLC8zwFAL/P0c=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "04aaa3922d988cbf27a3423791a031fc8d900e4d", "rev": "654f9482f5909ee827dafbdb546afad5408590e9",
"revCount": 861, "revCount": 862,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -383,11 +383,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1718894893, "lastModified": 1719007440,
"narHash": "sha256-hxQBUtDbFOCCW1CsFZTS9Q5Ov1ZKdJgbBZHSez1M6iA=", "narHash": "sha256-ll9zg1P0W8cMk1Co1BOQOrICr9dDgUw+ZL3mGy5GnOg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "083823b7904e43a4fc1c7229781417e875359a42", "rev": "e6d40db8924c3a663e1f76e0daed09510fea51c3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -399,11 +399,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1718910271, "lastModified": 1718954653,
"narHash": "sha256-vft9UIECxL4FtfX5UsTEE2XvvH9z9/BeP8pACAYEbwY=", "narHash": "sha256-uIZlOpCIi/GZ3xrkA87CAHqbTvsTbVQV1JjnP33slxs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "19cd1c918369d89128bcb6a6da87137bdf42e997", "rev": "1c0bec249943cd3e03f876554b8af7d1e32a09e1",
"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-06-20"; version = "2024-06-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "7b04b398f868563cac37ae90baffd7c3dca513fe"; rev = "b967bbc27b564001c3d3b8ea93444cf6d0b21d23";
sha256 = "1x247dm7wbcdd71krj3rmwb7ibqyaam442rab410b5l33n5xp3fz"; sha256 = "1b7dmb9r8ddb1c1507hibmgpbm18r0x1nj9pr8j66b3i0q88ljqq";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -150,12 +150,12 @@ in
}; };
telescope-nvim = buildVimPlugin { telescope-nvim = buildVimPlugin {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2024-06-15"; version = "2024-06-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "c392f1b78eaaf870ca584bd698e78076ed301b26"; rev = "f2bfde705ac752c52544d5cfa8b0aee0a766c1ed";
sha256 = "14k0z9k0d8krs50filg8d38fkcpxv4gy9lilgfj2wrvssd6c9vqy"; sha256 = "0mh0sr5iz9hxm74k27c4hvxzxwv7z27zb1xdfhk0rxmzhd2vgx6i";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -183,12 +183,12 @@ in
}; };
nvim-lspconfig = buildVimPlugin { nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2024-06-20"; version = "2024-06-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "6806370929cf6a35be6e5e0e74588515a4356e4d"; rev = "f43135c38a37c588053ad5e209c7460f43f6340c";
sha256 = "0lk85nys7570nqp0vg4ds9xdgck9rh2v9r9lviq5h9sks93rmqcw"; sha256 = "1jpv0fndldbr3sgx8vv31sqfpkiffim5qrnah7bh336p9yv7aqkb";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -209,8 +209,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "b0o"; owner = "b0o";
repo = "schemastore.nvim"; repo = "schemastore.nvim";
rev = "3c488759f57090e0271282a80c9ec7cb86467310"; rev = "e33d8db3fdc0ac7be4ba5312feb4fc1972087eee";
sha256 = "0fklxi0wz2wbympdc7rccqshgfwfiajw3m9gvsa0mqmq36rasaxl"; sha256 = "028wqchj6kd718q571w2w8qq0ml9gj68x3x3bv1dcf4giv85xkl0";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -418,8 +418,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stevearc"; owner = "stevearc";
repo = "oil.nvim"; repo = "oil.nvim";
rev = "f6df58ad370f45dbc18c42ffbaefbcf27df14036"; rev = "65c53dbe4f2140236590a7568a5f22a77d16be39";
sha256 = "03fxnz0dijfh3qrjr0mr0z8qfbqlr7w115699yabsb71b251ry1l"; sha256 = "03cfvmxsg9yli0cbla3ihfynr7p85372nl2fwv0sl3pz8f7rznij";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -469,12 +469,12 @@ in
}; };
gitsigns-nvim = buildVimPlugin { gitsigns-nvim = buildVimPlugin {
pname = "gitsigns.nvim"; pname = "gitsigns.nvim";
version = "2024-06-20"; version = "2024-06-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lewis6991"; owner = "lewis6991";
repo = "gitsigns.nvim"; repo = "gitsigns.nvim";
rev = "0dc886637f9686b7cfd245a4726f93abeab19d4a"; rev = "8df63f2ddc615feb71fd4aee45a4cee022876df1";
sha256 = "136fz3076fpbsnqd5v9fxb6qxgfwmsw6xvhq9wy239kx6m13xfc6"; sha256 = "1ypszmvklxwvnisnhqdk7y55x24705s7h6d518kz0j56k1j0aibv";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };