1
0
Fork 0

Update deps
All checks were successful
Build / build-arm64-linux (push) Successful in 21m55s
Build / build-amd64-linux (push) Successful in 39m36s

This commit is contained in:
Daniel Kempkens 2023-09-27 11:55:34 +02:00
parent d9b0d3c6fd
commit 0547ce6fce
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 31 additions and 31 deletions

View file

@ -109,11 +109,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1695660337, "lastModified": 1695795547,
"narHash": "sha256-4ceXFNIUphgqFo4BR0bUEKh65Lud4x5DF/mB/eDdqEI=", "narHash": "sha256-/ZxvDCpNqCSJ3qYJK82CUSbHzQHP2OmheL/0tiGzs7k=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "fbfd7567c224134b57ee64a663e95285fe7fe048", "rev": "78fba3983dab3593afdc7fcd579dad8a3b1c6326",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -300,11 +300,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1695708052, "lastModified": 1695738267,
"narHash": "sha256-QiWOrZcCmY+zH2NVM6/opZaMRMgam9u+qVYycKLqL10=", "narHash": "sha256-LTNAbTQ96xSj17xBfsFrFS9i56U2BMLpD0BduhrsVkU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "dd88dbc69438384bd94f8282584a86798750028c", "rev": "0f4e5b4999fd6a42ece5da8a3a2439a50e48e486",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -323,11 +323,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1695714224, "lastModified": 1695782894,
"narHash": "sha256-li/wYMQDTIQDESBlIAHWuZRCe9H1/6iKjkz4LEUbwbo=", "narHash": "sha256-U1H7h/cf0V3RKHzcRPsEU3sC/fcFymI91DsnQgQFpfw=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "4db77017fb7ab9321817674a5f5533df4cd03f3f", "rev": "dfa8b582a64aa22d3c57261bfcdc970b26cb58f3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -346,11 +346,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1695722306, "lastModified": 1695795049,
"narHash": "sha256-aQex3+9wFssQrBuXM/Cw8w12ICzsC5I1tZIOfzYD3V0=", "narHash": "sha256-w0se+68uoK28pya5ThvBA9UvE09VX2CT62ERWdAJuao=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "949f5945beed2e2d82c86d7a9743462fedb5bcf4", "rev": "a9687a0c1aa325bf7a8bd904a3a489cd7e9e9b9c",
"revCount": 502, "revCount": 503,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -397,11 +397,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1695360818, "lastModified": 1695644571,
"narHash": "sha256-JlkN3R/SSoMTa+CasbxS1gq+GpGxXQlNZRUh9+LIy/0=", "narHash": "sha256-asS9dCCdlt1lPq0DLwkVBbVoEKuEuz+Zi3DG7pR/RxA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e35dcc04a3853da485a396bdd332217d0ac9054f", "rev": "6500b4580c2a1f3d0f980d32d285739d8e156d92",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -63,12 +63,12 @@ in
}; };
yanky-nvim = buildVimPluginFrom2Nix { yanky-nvim = buildVimPluginFrom2Nix {
pname = "yanky.nvim"; pname = "yanky.nvim";
version = "2023-09-22"; version = "2023-09-27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gbprod"; owner = "gbprod";
repo = "yanky.nvim"; repo = "yanky.nvim";
rev = "51dfc7721cfa4bb5b1baf5f365b8a39394d89eb2"; rev = "d6fb4a1575fb692f4594b0f7791a5462bc46eddd";
sha256 = "1dl9rylwpbcxh7d3h5sal8viqipiiyy4prdkgdip5hy08sh9y6mv"; sha256 = "0yhscqjg52kcp45hgigclrb4k3357sh6w86kxvasz69l28dazskw";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -118,12 +118,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-09-26"; version = "2023-09-27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "b5873bacb4ce44e0aac313abb28bb72e67fc9a53"; rev = "d6c9c85e14e15bc59478a0d5d810e88dad0ac53f";
sha256 = "12nsbx5az2gsrxj8sknpb7i106jjvck93x9mhwps32n6yg1sv8vy"; sha256 = "0lppql5gs9327w2y4ms5kfcammrj6226f6m6rr3ylm18kahcxb3c";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -140,12 +140,12 @@ in
}; };
rainbow-delimiters-nvim = buildVimPluginFrom2Nix { rainbow-delimiters-nvim = buildVimPluginFrom2Nix {
pname = "rainbow-delimiters.nvim"; pname = "rainbow-delimiters.nvim";
version = "2023-09-25"; version = "2023-09-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HiPhish"; owner = "HiPhish";
repo = "rainbow-delimiters.nvim"; repo = "rainbow-delimiters.nvim";
rev = "22d1f5ef10a8b49ba20a4bbf15fec36d4c750e5c"; rev = "6b9fc617ad52f25372d1855e049cae3af348bc09";
sha256 = "0nl5ghvqgrzai4xxmllzh65w5kcq441jyn9jp7g3lkln92cpdx14"; sha256 = "1wp8c9jjsgb517vq3yqjgaa2f62x64ccd82jrjiz735n7f8f3kgc";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -162,12 +162,12 @@ in
}; };
telescope-nvim = buildVimPluginFrom2Nix { telescope-nvim = buildVimPluginFrom2Nix {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2023-09-23"; version = "2023-09-27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "ed9574dd6dde143d009b2528ea6d79bd34bbe6c8"; rev = "84d53dfdbefbdf84e861a288abc71ef8ccafd04e";
sha256 = "0w7hbzcw5bckgyp0hacg1v6aw064mixhl97mycix47gxa86iqbjb"; sha256 = "1v3avmwxhlz0a8jqd8pixlrpj8fw1mnaa3j0nszpg83pnij07nb4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -286,12 +286,12 @@ in
}; };
vim-illuminate = buildVimPluginFrom2Nix { vim-illuminate = buildVimPluginFrom2Nix {
pname = "vim-illuminate"; pname = "vim-illuminate";
version = "2023-09-20"; version = "2023-09-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "RRethy"; owner = "RRethy";
repo = "vim-illuminate"; repo = "vim-illuminate";
rev = "6acf7d4a18255a3ddc43770866c8e148fe85af7b"; rev = "1b5d70332a51a1de05f281069851865a2bb1e6d7";
sha256 = "1vgr5cjvkv7jxiwap7fzlhmpmhs8xmlswbzvi747zsbsgwvrk5yf"; sha256 = "0dbbak53d5hi8jkp0wxcb3x6kysdi7ry2w1k9n0lj64qkmp5afnb";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };