1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2023-12-24 04:02:34 +00:00
parent 2a6d1d4120
commit e2ae7a82fd
2 changed files with 53 additions and 37 deletions

View file

@ -10,14 +10,15 @@
], ],
"nixpkgs": [ "nixpkgs": [
"nixos-unstable" "nixos-unstable"
] ],
"systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1703260116, "lastModified": 1703371241,
"narHash": "sha256-ipqShkBmHKC9ft1ZAsA6aeKps32k7+XZSPwfxeHLsAU=", "narHash": "sha256-f7ZcabJ5iAH2IRfVuI55xSPZ9TbegFzvFxoKtIPNEn8=",
"owner": "ryantm", "owner": "ryantm",
"repo": "agenix", "repo": "agenix",
"rev": "d0d4ad5be611da43da04321f49684ad72d705c7e", "rev": "457669db4259ff69d1ac1183aaa6000420940c1f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -173,7 +174,7 @@
}, },
"flake-utils_2": { "flake-utils_2": {
"inputs": { "inputs": {
"systems": "systems" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1701680307, "lastModified": 1701680307,
@ -191,7 +192,7 @@
}, },
"flake-utils_3": { "flake-utils_3": {
"inputs": { "inputs": {
"systems": "systems_2" "systems": "systems_3"
}, },
"locked": { "locked": {
"lastModified": 1685518550, "lastModified": 1685518550,
@ -235,11 +236,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1703265279, "lastModified": 1703368619,
"narHash": "sha256-5jVtOwyMH1FzclxHrsFWzBdB+VyjUUSu1wyZhZlR6WU=", "narHash": "sha256-ZGPMYL7FMA6enhuwby961bBANmoFX14EA86m2/Jw5Jo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "07c322a7cff03267fd881adae1afe63367c5d608", "rev": "a2523ea0343b056ba240abbac90ab5f116a7aa7b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -278,11 +279,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1703291297, "lastModified": 1703336409,
"narHash": "sha256-VCnGlAAcAdGkZizdrXZ50agN/V0eS3DCnHkqpQ81RfU=", "narHash": "sha256-7SXH84C3+XW9TsBAA4LnW+Q4DzPAWartKBvedByla+s=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "242261d4e77806cdb4559c2be58613113a393a4e", "rev": "eae6727325111e596b49bb04337a467e8833397c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -303,11 +304,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1703296877, "lastModified": 1703383273,
"narHash": "sha256-hBFjU6RPkbIPVB5BW9gZQi1avwrRMckJYrFkBuyk444=", "narHash": "sha256-7k0Gose67yxhGx9pA9kzACz++lc40TS/CbUsd8vfERg=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "a3668daec6dee277fcb59e41f6426a82362d3153", "rev": "d96eca7806fe37ef555768122f597c363bf9aba8",
"revCount": 642, "revCount": 643,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -506,6 +507,21 @@
"type": "github" "type": "github"
} }
}, },
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": { "treefmt-nix": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [

View file

@ -29,12 +29,12 @@ in
}; };
nvim-web-devicons = buildVimPlugin { nvim-web-devicons = buildVimPlugin {
pname = "nvim-web-devicons"; pname = "nvim-web-devicons";
version = "2023-12-23"; version = "2023-12-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kyazdani42"; owner = "kyazdani42";
repo = "nvim-web-devicons"; repo = "nvim-web-devicons";
rev = "78d41a9930532f9bba3ea075907aa92892b9a3eb"; rev = "43aa2ddf476012a2155f5f969ee55ab17174da7a";
sha256 = "06076hafvss31ddycwav0vsfi69kbvlqk6f1qg9xn817j7krj753"; sha256 = "1qx2vk3liiwdzwqclxg5hrgk0qsb9qzdgmkxz52nqfb1180xi28n";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -117,12 +117,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-12-22"; version = "2023-12-23";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "454c3a9ba86f841dc3b5bb17d150a873a16b77b4"; rev = "cd4de5f7b14b878ac8f5c459c9d579cc58ba1ac5";
sha256 = "1ad0fxcbpplrwachv4pwnqsxc2sd6z3n7s7rxdr0h090vlqddq09"; sha256 = "1fd6ygzdcy1aahk517yhsd14dx802v4vslc004rd1ilrr65jqf9s";
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 = "2023-12-23"; version = "2023-12-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HiPhish"; owner = "HiPhish";
repo = "rainbow-delimiters.nvim"; repo = "rainbow-delimiters.nvim";
rev = "dfac7cdeaeeeb46e358ea72fc24ffa255a0f8865"; rev = "35413f67fb918207a4acc4948ca9ccb75b6cf8d5";
sha256 = "0gxk3bvap548hma2kn75s6jxx43qdndbkarlk8mpy5hlrzmjd26x"; sha256 = "18c5r5pzmnfkslr5y7zc7dfmmwk1w9zar75c8sl5snzwd5gyfvpp";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -406,12 +406,12 @@ in
}; };
conform-nvim = buildVimPlugin { conform-nvim = buildVimPlugin {
pname = "conform.nvim"; pname = "conform.nvim";
version = "2023-12-11"; version = "2023-12-23";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stevearc"; owner = "stevearc";
repo = "conform.nvim"; repo = "conform.nvim";
rev = "8b407bb6175846cdc4c499e2a8d28109615a2089"; rev = "41852493b5abd7b5a0fd61ff007994c777a08ec9";
sha256 = "1lxm759ig6qi4l1ffw5kdy1agfwv8c8r91gs9iilc2igj90lxwwj"; sha256 = "1vi45d5qcw7h0h7fxwl941063p2rd8csh82ca4fw43i3cajwh2zl";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -439,12 +439,12 @@ in
}; };
nvim-treesitter-textobjects = buildVimPlugin { nvim-treesitter-textobjects = buildVimPlugin {
pname = "nvim-treesitter-textobjects"; pname = "nvim-treesitter-textobjects";
version = "2023-12-01"; version = "2023-12-23";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter-textobjects"; repo = "nvim-treesitter-textobjects";
rev = "ec1c5bdb3d87ac971749fa6c7dbc2b14884f1f6a"; rev = "4795812635c7b90cec41637314862b0a229d2b24";
sha256 = "1kdfwihk8ci827aq4w6xv7vn2740qpmh6dk892cd6yi0ab4zxvxn"; sha256 = "14096da56shii724690wi0fca1zzvm6g1dyv4wq05rkn355lqgaf";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -461,12 +461,12 @@ in
}; };
oil-nvim = buildVimPlugin { oil-nvim = buildVimPlugin {
pname = "oil.nvim"; pname = "oil.nvim";
version = "2023-12-10"; version = "2023-12-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stevearc"; owner = "stevearc";
repo = "oil.nvim"; repo = "oil.nvim";
rev = "24027ed8d7f3ee5c38cfd713915e2e16d89e79b3"; rev = "71b1ef5edfcee7c58fe611fdd79bfafcb9fb0531";
sha256 = "18bk1gg5i9sqzgfwq4qlc24q97ki780i1wrp2ghpp7m1i1b669k5"; sha256 = "0aj95b35yn2mz9rgs67wm2irykjv85i1bd2jkfa0wmkl0i6k2gg5";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -483,12 +483,12 @@ in
}; };
indent-blankline-nvim = buildVimPlugin { indent-blankline-nvim = buildVimPlugin {
pname = "indent-blankline.nvim"; pname = "indent-blankline.nvim";
version = "2023-12-22"; version = "2023-12-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lukas-reineke"; owner = "lukas-reineke";
repo = "indent-blankline.nvim"; repo = "indent-blankline.nvim";
rev = "3084950d1b66426d207064a509477cbfa96362c6"; rev = "0dca9284bce128e60da18693d92999968d6cb523";
sha256 = "102apwm64mil78v45nz94k12ri9xb0s02s5i28ah2wyzbwywjgk8"; sha256 = "1pniy5ppzmcivzfcsjkqrmqqcj1z354v8g0mmgcbrypcyk2rqz5r";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };