1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-30 10:22:11 +02:00
parent e242ac9a5d
commit a9bd891add
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
7 changed files with 36 additions and 33 deletions

View file

@ -253,11 +253,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1685189510, "lastModified": 1685395684,
"narHash": "sha256-Hq5WF7zIixojPgvhgcd6MBvywwycVZ9wpK/8ogOyoaA=", "narHash": "sha256-XUUWE5XJiGZ2Wi+Mxv/mIwKYDPEC8gYHkHyT3+/sciY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2d963854ae2499193c0c72fd67435fee34d3e4fd", "rev": "43ed7048f670661d1ae2ea0d2f7655e87e7b0461",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -276,11 +276,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1685321092, "lastModified": 1685402292,
"narHash": "sha256-KOES9apoGRWFjSFE0hsaG1yZttccdfSjdbzK76e/jU0=", "narHash": "sha256-R3ThoFKLwtiAwPwXeS83EiuuM9oPQXZ3mEeH6oeb5T0=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "9dd48f7832f4656af4a2579368641268bb6399e7", "rev": "55f6a1cab031ecc28c5a7f2558a0cac9df2145e1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -300,11 +300,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1685358508, "lastModified": 1685434790,
"narHash": "sha256-lht/2eU0iNmM9BB//20Zp7LLxaGZJOqYBvDDziNbvQU=", "narHash": "sha256-96lZLoSA5T8qmfzHElq48c1SBGB+jB2xsiKYZOU2GQo=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "3fdf922c7ee75c6a8ff036c1cb91f5cb1d0927c3", "rev": "383fcf863aa0d68ee9e65dc7c86b366ecd4d7507",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -315,11 +315,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1685347552, "lastModified": 1685399834,
"narHash": "sha256-9woSppRyUFo26yUffORTzttJ+apOt8MmCv6RxpPNTU4=", "narHash": "sha256-Lt7//5snriXSdJo5hlVcDkpERL1piiih0UXIz1RUcC4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f2f1ec390714d303cf84ba086e34e45b450dd8c4", "rev": "58c85835512b0db938600b6fe13cc3e3dc4b364e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -107,12 +107,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-05-29"; version = "2023-05-30";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "1d670b0c906716b1543270b3b087d44b09f3b523"; rev = "06aa932bb87c9e30d9c3444c65f4d13599c7fb9c";
sha256 = "125b3r29f9nj3rdisc0cay7wdgmjgkr5bmicn7bhndin1h5lg2l5"; sha256 = "0gfrhkr3yw40hkb0pkv0px38nfbsla00cl0rvn7dkrmxfhs3pj41";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -275,12 +275,12 @@ in
}; };
nvim-lint = buildVimPluginFrom2Nix { nvim-lint = buildVimPluginFrom2Nix {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2023-05-27"; version = "2023-05-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "00b9feee38586d4521c17a0a6a0e2c94ea75d44a"; rev = "58a4fee3d61a6fb3166163c55fe0b2eb29464f9c";
sha256 = "1cp43n0vnfm15hrgci7ghfnjw67m5k6ll7qcm72vgjiswpi9pp38"; sha256 = "1rh5hhgr3lzq144a7bm2wn25fcdd29y1sanw2y5i82ks159ivdk5";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -319,12 +319,12 @@ in
}; };
nvim-cmp = buildVimPluginFrom2Nix { nvim-cmp = buildVimPluginFrom2Nix {
pname = "nvim-cmp"; pname = "nvim-cmp";
version = "2023-05-28"; version = "2023-05-30";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hrsh7th"; owner = "hrsh7th";
repo = "nvim-cmp"; repo = "nvim-cmp";
rev = "b43bfaf3229d6b39d8baaa567b13c6be0623bf12"; rev = "fc0f694af1a742ada77e5b1c91ff405c746f4a26";
sha256 = "1sdi85wsqdr006c14j5zv3i36s0gviab4lchgl2vplyhrs64vjln"; sha256 = "1vmsa4vrx7nsrq2kzh8pyjfssfhb9b7xy7qqcyja4g0xp9z9z077";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -451,12 +451,12 @@ in
}; };
vim-matchup = buildVimPluginFrom2Nix { vim-matchup = buildVimPluginFrom2Nix {
pname = "vim-matchup"; pname = "vim-matchup";
version = "2023-05-18"; version = "2023-05-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andymass"; owner = "andymass";
repo = "vim-matchup"; repo = "vim-matchup";
rev = "b8eca3b588e41e0bb1b3ae200fae88183b91a76d"; rev = "02b906cf772811a6845f2d5caaa81152beb65d6b";
sha256 = "03vwwszjrirrlnvh2gk95p31ps9ylhz6hms7g4by3rvab90av7p2"; sha256 = "1cvi5as7wawzlmsjkjycy6s40460isfz90q4h2pzqzhhijr2ys0n";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -473,12 +473,12 @@ in
}; };
nvim-surround = buildVimPluginFrom2Nix { nvim-surround = buildVimPluginFrom2Nix {
pname = "nvim-surround"; pname = "nvim-surround";
version = "2023-05-28"; version = "2023-05-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kylechui"; owner = "kylechui";
repo = "nvim-surround"; repo = "nvim-surround";
rev = "ff9c981202f4bd45dd3c8e6c6aad965d437a7cb8"; rev = "211eaad7c6d01ef4ac02cba9052b3082ec232101";
sha256 = "1a950a6kvl7kcbxyxx80ixq9z27ds26zynwssmgjm62qn5xz4hh4"; sha256 = "0j1alfrzmrbcqr5kcwlfdvy14zhfg5rvrbmv5nmxskc2dzmshjh0";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -495,12 +495,12 @@ in
}; };
indent-blankline-nvim = buildVimPluginFrom2Nix { indent-blankline-nvim = buildVimPluginFrom2Nix {
pname = "indent-blankline.nvim"; pname = "indent-blankline.nvim";
version = "2023-05-26"; version = "2023-05-30";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lukas-reineke"; owner = "lukas-reineke";
repo = "indent-blankline.nvim"; repo = "indent-blankline.nvim";
rev = "ceaf730b13e332cd76600d9795722413c236c684"; rev = "7075d7861f7a6bbf0de0298c83f8a13195e6ec01";
sha256 = "0q7hnpz0kdf29d9k0mx86snpwv646my5aicggj3v7caw7s1wydvq"; sha256 = "0hcjr1a4vasjvgs8w7hpg0rdfr2aji6n376g062xjynh0302826q";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -517,12 +517,12 @@ in
}; };
toggleterm-nvim = buildVimPluginFrom2Nix { toggleterm-nvim = buildVimPluginFrom2Nix {
pname = "toggleterm.nvim"; pname = "toggleterm.nvim";
version = "2023-05-22"; version = "2023-05-30";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "akinsho"; owner = "akinsho";
repo = "toggleterm.nvim"; repo = "toggleterm.nvim";
rev = "a44313fb28ed9bc9837c2b99dec1c6eed3a4f47f"; rev = "cf146a267a6a7db62b1e2aff40414b20081048a1";
sha256 = "08hhwn9inh5llvdx9qb7ics8pz69q16218lfdrllbfam1km5sg4q"; sha256 = "12windxwl9icn1g9yh36nw4brsmlb2cx16ay68p0dk16axvnhf22";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

Binary file not shown.

View file

@ -49,6 +49,7 @@ rec {
hostname = "attic"; hostname = "attic";
sshUser = "root"; sshUser = "root";
remoteBuild = true; remoteBuild = true;
confirmTimeout = 600;
profiles.system = { profiles.system = {
path = deploy-rs.lib.${default-system}.activate.nixos system; path = deploy-rs.lib.${default-system}.activate.nixos system;

View file

@ -49,6 +49,7 @@ rec {
hostname = "mediaserver"; hostname = "mediaserver";
sshUser = "root"; sshUser = "root";
remoteBuild = true; remoteBuild = true;
confirmTimeout = 600;
profiles.system = { profiles.system = {
path = deploy-rs.lib.${default-system}.activate.nixos system; path = deploy-rs.lib.${default-system}.activate.nixos system;

View file

@ -49,6 +49,7 @@ rec {
hostname = "sail"; hostname = "sail";
sshUser = "root"; sshUser = "root";
remoteBuild = true; remoteBuild = true;
confirmTimeout = 600;
profiles.system = { profiles.system = {
path = deploy-rs.lib.${default-system}.activate.nixos system; path = deploy-rs.lib.${default-system}.activate.nixos system;