1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-03-01 04:03:10 +00:00
parent 3a066a2705
commit df39900e20
2 changed files with 33 additions and 33 deletions

View file

@ -237,11 +237,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1708988456, "lastModified": 1709204054,
"narHash": "sha256-RCz7Xe64tN2zgWk+MVHkzg224znwqknJ1RnB7rVqUWw=", "narHash": "sha256-U1idK0JHs1XOfSI1APYuXi4AEADf+B+ZU4Wifc0pBHk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1d085ea4444d26aa52297758b333b449b2aa6fca", "rev": "2f3367769a93b226c467551315e9e270c3f78b15",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -280,11 +280,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1709166782, "lastModified": 1709244818,
"narHash": "sha256-GTk8s894EyDjF7ErTJuaLlaEqkLHPgY/2csPJ5j3gIs=", "narHash": "sha256-dCwN7Z4t+pmGuH90Dff5h1qIm2Rh917cZX3GF/W5GYk=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "0eaae1bc057a2a4672d3e485498137a0d2282ad3", "rev": "5d4e1693cb415e8b76749e833e28f00f14630b87",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -305,11 +305,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709172076, "lastModified": 1709258511,
"narHash": "sha256-rEZ6JvpbxStnCvn9pQiZG3qUA5Up+sW4NGQO35qiRss=", "narHash": "sha256-a+ulNLJMMhE3ZbB8t04ja6Cuh/f1uA6DxrDzgrMbiCY=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "15d4d3a502e5b753d5063bff386465d10dc34ca4", "rev": "de6c3c0cda149a5534ab509e180baa5029bf799b",
"revCount": 729, "revCount": 730,
"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": 1709136964, "lastModified": 1709228265,
"narHash": "sha256-XD6GfVgSfWjqqWAuybkvaxS1/xrwTrh3V1dSkoYJW3Q=", "narHash": "sha256-smzkHvYpuOQ0h0b7prfyRtOHIDnmxuTiuenQ9hV2PZM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "96990c69fd59e807cee8ff874d0526c70dffdf8f", "rev": "bc6d119bd0615780470db760bc2cb24ee4583102",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -372,11 +372,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1709136964, "lastModified": 1709200309,
"narHash": "sha256-XD6GfVgSfWjqqWAuybkvaxS1/xrwTrh3V1dSkoYJW3Q=", "narHash": "sha256-lKdtMbhnBNU1lr978T+wEYet3sfIXXgyiDZNEgx8CV8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "96990c69fd59e807cee8ff874d0526c70dffdf8f", "rev": "ebe6e807793e7c9cc59cf81225fdee1a03413811",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -121,8 +121,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "4a8901b0d5398b45e075fcdbf9b8fe546349cc14"; rev = "62b0bb4f24ad09f535efe44cc9d088f90dcd2498";
sha256 = "0dlc0f8yrd5gicwzcmvfkfbdj8g0131y72mb11pzpy6b4jf0hg1v"; sha256 = "1rbmz98qa4jzsi1j7jq3zp2x271amwxckppp04ndl57dyxqjy48p";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -139,12 +139,12 @@ in
}; };
rainbow-delimiters-nvim = buildVimPlugin { rainbow-delimiters-nvim = buildVimPlugin {
pname = "rainbow-delimiters.nvim"; pname = "rainbow-delimiters.nvim";
version = "2024-02-28"; version = "2024-02-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HiPhish"; owner = "HiPhish";
repo = "rainbow-delimiters.nvim"; repo = "rainbow-delimiters.nvim";
rev = "4902de74335ba0c4816cb67c5d5052c0c5fc7e56"; rev = "cfc3f53cfa0fbabd95bd33747288aea24fe45211";
sha256 = "0pcglqkiqsp5xavxbslg5ykjhx13hq9q2lac06fdcqza9alwfi20"; sha256 = "0zk0lm01dh5p6xayaipjadnb71901bj0iqyjlvb750q5v6adhl1y";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -172,12 +172,12 @@ in
}; };
telescope-nvim = buildVimPlugin { telescope-nvim = buildVimPlugin {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2024-02-28"; version = "2024-02-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "d5c4d9856320a07d04607c9b3a0523bd3f373328"; rev = "5f5fc3aa75e9fc824d4fbbb5de31f172b43f620d";
sha256 = "1990xwzrhk0fapl1bwqkpyj91fwsrz50n34x876rljkxsic7qp6y"; sha256 = "0yx5160hg3pj4n394jicw7h37px3g9xa6dywlf89zq6fjknj65fw";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -216,12 +216,12 @@ in
}; };
nvim-lspconfig = buildVimPlugin { nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2024-02-28"; version = "2024-02-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "0ebcaedb2feb946e56658e0c9b6155fb6c8ad62b"; rev = "9553725789be682ecd945a527ec552e489ea8534";
sha256 = "1f7garam5szvpnh25nwgf2nsg98rkzz6cb218p0bm02fvhiwnsg8"; sha256 = "1gny37nw2sy88ddyd0jx23ks5grdmi2ipwyl6zkv1kl1lv2v9n39";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -238,12 +238,12 @@ in
}; };
schemastore-nvim = buildVimPlugin { schemastore-nvim = buildVimPlugin {
pname = "schemastore.nvim"; pname = "schemastore.nvim";
version = "2024-02-28"; version = "2024-02-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "b0o"; owner = "b0o";
repo = "schemastore.nvim"; repo = "schemastore.nvim";
rev = "9bc9a3a19dc6047d79d6073082f3b0deb7002c99"; rev = "f3a32e89db213900a7dae31f2243c2a41e8b16c9";
sha256 = "0cihjn96zdj72wpixk9ysk1n93lgvj740ywqbb5ckvdz91hy97yp"; sha256 = "0zwvjqdk2a7w0r6msnnagqnx506163b0xy6qz0saaksfmi2zmws2";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -282,12 +282,12 @@ in
}; };
nvim-lint = buildVimPlugin { nvim-lint = buildVimPlugin {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2024-02-27"; version = "2024-02-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "4dade85ff26e4bad40f895a6cc6762b7036237f4"; rev = "e824adb9bc01647f71e55457353a68f0f37f9931";
sha256 = "0rcc83qg97rlrqvqbgn358kkhy6v0fppdpgzffqa95zvb67xdf0d"; sha256 = "1494d979kpmbvlhq4na4hjr7zyl9gfh70pm0ikg26sasad8a51kx";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };