1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-05-13 04:03:16 +00:00
parent 73a96ffd45
commit 362d1b69c3
2 changed files with 31 additions and 31 deletions

View file

@ -237,11 +237,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1715380449, "lastModified": 1715486357,
"narHash": "sha256-716+f9Rj3wjSyD1xitCv2FcYbgPz1WIVDj+ZBclH99Y=", "narHash": "sha256-4pRuzsHZOW5W4CsXI9uhKtiJeQSUoe1d2M9mWU98HC4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d7682620185f213df384c363288093b486b2883f", "rev": "44677a1c96810a8e8c4ffaeaad10c842402647c1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -280,11 +280,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1715463573, "lastModified": 1715551630,
"narHash": "sha256-VUOMr1tB4NOKrjWntR/hZ9dJzcQ8kn0RBFB9uk7d+Hw=", "narHash": "sha256-hNuCVU96sDo1zmnt0OSLRYv56f2CrH9XrftPsK8fMWo=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "4e5c633ed4871a948aff7338b793ac5f93484153", "rev": "c7958356bef304320d86cd541d0de8db968c6cc8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -305,11 +305,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1715479301, "lastModified": 1715565703,
"narHash": "sha256-2JYBJr86Yf3dj2uMCNkWghkhlNROf0ikKaJR/tDg5H4=", "narHash": "sha256-fIZiFtVWL+ZiQzzwzkzbl5qLWqW+Rwyfz++hKzAmYbA=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "68170f328f877b64a1c370cd20c6dbfa8afc1a8f", "rev": "27ede06162f89877229c3f85d7d5478369a9d45a",
"revCount": 813, "revCount": 814,
"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": 1715479142, "lastModified": 1715530780,
"narHash": "sha256-t1hH6eW29RNPxnblXfajmnL4KUyHgAFD9kJ8hogbSeA=", "narHash": "sha256-bBz4/T/zBzv9Xi5XUlFDeosmSNppLaCQTizMKSksAvk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e1fce3f66f22935585607eedcc26f9eb8d8ab166", "rev": "3281bec7174f679eabf584591e75979a258d8c40",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -372,11 +372,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1715413075, "lastModified": 1715499532,
"narHash": "sha256-FCi3R1MeS5bVp0M0xTheveP6hhcCYfW/aghSTPebYL4=", "narHash": "sha256-9UJLb8rdi2VokYcfOBQHUzP3iNxOPNWcbK++ENElpk0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e4e7a43a9db7e22613accfeb1005cca1b2b1ee0d", "rev": "af8b9db5c00f1a8e4b83578acc578ff7d823b786",
"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-05-11"; version = "2024-05-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "6587d8e6942b8d2146d61bab4c4acff9dec5ae59"; rev = "0d2c80b4d00c8f793e17d2d1d24d4aa5aaa88bc2";
sha256 = "1ad7404p6ds51i9mfa5ypaq0ss550sh4l7jbcicii8nl8iz2qh98"; sha256 = "0xs16s5g6i9g78xciq0ija5ak7jfdbz7b7dfgg5gca284xgl2ccq";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -172,12 +172,12 @@ in
}; };
telescope-nvim = buildVimPlugin { telescope-nvim = buildVimPlugin {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2024-05-03"; version = "2024-05-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "fac83a556e7b710dc31433dec727361ca062dbe9"; rev = "02a60a83961cf9c80e471599171982a31d1cc853";
sha256 = "0caam3dm86z9g3qw1c418pzsqhzq8yvzpf26j4sbczrvy6s1x0aa"; sha256 = "1az3jrmh9a6jfrqfyj2lggd0lixsp5b7rwg7xrbkcnfp2pqrv48h";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -216,12 +216,12 @@ in
}; };
nvim-lspconfig = buildVimPlugin { nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2024-05-08"; version = "2024-05-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "a3d9395455f2b2e3b50a0b0f37b8b4c23683f44a"; rev = "94513a5b246cf32a8f87ca714af50911df63351c";
sha256 = "0r79xnzvw6sqawq3ihyzxwljqra40ax6m506hx8n8mhap46wpk1c"; sha256 = "00rk7203h6w5sq1p4d3bba2q7xa20hp1nzw65qi7rkw9phjfxv58";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -315,12 +315,12 @@ in
}; };
nvim-cmp = buildVimPlugin { nvim-cmp = buildVimPlugin {
pname = "nvim-cmp"; pname = "nvim-cmp";
version = "2024-05-08"; version = "2024-05-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hrsh7th"; owner = "hrsh7th";
repo = "nvim-cmp"; repo = "nvim-cmp";
rev = "cd2cf0c124d3de577fb5449746568ee8e601afc8"; rev = "24122371810089d390847d8ba66325c1f1aa64c0";
sha256 = "0kjms14lqxlpjca5scg2n8vn6rpk47zs82s2hb0l814j00bwwd7z"; sha256 = "0s4va3b06agy070fkqghx460q20jddvni14gbvjdvgkaf56xn8f3";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -458,12 +458,12 @@ in
}; };
heirline-nvim = buildVimPlugin { heirline-nvim = buildVimPlugin {
pname = "heirline.nvim"; pname = "heirline.nvim";
version = "2024-02-14"; version = "2024-05-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rebelot"; owner = "rebelot";
repo = "heirline.nvim"; repo = "heirline.nvim";
rev = "03cff30d7e7d3ba6fdc00925f015822f79cef908"; rev = "c52391dc4428d503f65e6bcb1533e6334f22a136";
sha256 = "1bw4077h3cv01wnz0gv5qkdyxi8naszkgl11zi9mqb54asl69c41"; sha256 = "0hplfmqy9gx21ifqyj23ydq7zsm9v0kfhhqb4s9bjb1djx9209j4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };