1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-08-19 13:13:17 +02:00
parent 29b94a8a42
commit 59fbfb7879
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
4 changed files with 28 additions and 28 deletions

View file

@ -65,11 +65,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1692370547, "lastModified": 1692441806,
"narHash": "sha256-B7sMelY5MNreiwNcpm5caGLQErkhE0ZuBUoWYC9UJ2Y=", "narHash": "sha256-yP56/rBBdCWcqv9M1lWsAIIV5fAdUjC577woQfw6+RI=",
"owner": "nifoc", "owner": "nifoc",
"repo": "bdfr-browser", "repo": "bdfr-browser",
"rev": "e24f6d61d73485df7465d094b92fd4783c63b5b9", "rev": "388ecee31feee341badd26645455d6da21c5fcb7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -514,11 +514,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1692363658, "lastModified": 1692441224,
"narHash": "sha256-2vxelaVBLe5W8pMO9pFehnjUN+8qXLjZXMl84aO57Qc=", "narHash": "sha256-+/lr83FZ6hgem4PBH6LviYbfAut5V1+K1033zDuc6/U=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "f0e6e2ae463aa5f9c5e64e6fe01c1bab82131933", "rev": "d9b094660944969b5160f2d22f0c2e8627e10d92",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -539,11 +539,11 @@
"weewx-proxy-flake": "weewx-proxy-flake" "weewx-proxy-flake": "weewx-proxy-flake"
}, },
"locked": { "locked": {
"lastModified": 1692370822, "lastModified": 1692441890,
"narHash": "sha256-o0KemdLzQtEGGON98ZLNBjiPDvS1GPgkjuzvPkOUD84=", "narHash": "sha256-O8WsnQCj++wPbMcwqqw6f0lTU7rwibZFLrUcotXFn2g=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "b94f0ece5d1f14c44e882b3a75636642337be129", "rev": "e8e741a4805b7b248bdcb403ce58d394d77c0790",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -606,11 +606,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1692343221, "lastModified": 1692404241,
"narHash": "sha256-aCQE0eXmQ36ouEFfRf4gxGHELo/GFW2UzGj8DU7CtfU=", "narHash": "sha256-TRZlFHtrQI6Kh8RFqnjBF2uNNi/c66ldB4WuIcrwMzg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "babf56d5b24a91526a208cad1dde3d6ddbe4878c", "rev": "2f9286912cb215969ece465147badf6d07aa43fe",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -975,11 +975,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1691833704, "lastModified": 1692439133,
"narHash": "sha256-ASGhgGduEgcD3gQZhGr8xtmZ3PlVY+m2HuPnIZDbu78=", "narHash": "sha256-l3Qlf32hNXGj+GCjBAGpO1eOkn12C2T0CiLTEY9vKqU=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "19dee4bf6001849006a63f3435247316b0488e99", "rev": "e7b4be4b8f07ad3df0d09898b2842e3f4b98cab8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -64,7 +64,6 @@
ouch ouch
parallel parallel
q q
rexit
ripgrep ripgrep
socat socat
tokei tokei

View file

@ -35,6 +35,7 @@
mtr mtr
parallel parallel
q q
rexit
ripgrep ripgrep
]; ];
}; };

View file

@ -118,12 +118,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-08-18"; version = "2023-08-19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "add1864bbf2d3b8e789ec6b4715bb5a4073e3b60"; rev = "8fa7ce35afe88b8294e6ced757aa14ec98414568";
sha256 = "0gxqxk1m0has2gq9v4iripij6bj3hcgm1f1pg8cjdjmgxv6ny6mj"; sha256 = "1v1s75r9y9lxdi67xcrlqrgp1cjx607wjvvnk5abk7z6p9w0x6g4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -242,12 +242,12 @@ in
}; };
nvim-lspconfig = buildVimPluginFrom2Nix { nvim-lspconfig = buildVimPluginFrom2Nix {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2023-08-15"; version = "2023-08-19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "0d29cad8de3b2c654315203fc1fe12fde722a18a"; rev = "67f151e84daddc86cc65f5d935e592f76b9f4496";
sha256 = "1gp6prlg2bvgsnxv8650ywsi05079qwcq7zywh55cnzrvqfspjh0"; sha256 = "1wxlk3ymrm53ippw203q43rqvbc27zjy1ncda1qyhrl00dzgvv0p";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -297,12 +297,12 @@ in
}; };
nvim-lint = buildVimPluginFrom2Nix { nvim-lint = buildVimPluginFrom2Nix {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2023-08-18"; version = "2023-08-19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "d69143b46752de244c29e6b0fb0d5b6bb6e076e9"; rev = "30325d8fc3ce985395f22598c8b4f0b092e644ba";
sha256 = "12w0cwhbp9kydsygfc04f8w2qajkskfc4qknl8vmj562mnms8788"; sha256 = "1sa6z0dg65sx96vd35rqnv9jcxpnr83nsb6v79vr0nkxy26jambl";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -572,12 +572,12 @@ in
}; };
gitsigns-nvim = buildVimPluginFrom2Nix { gitsigns-nvim = buildVimPluginFrom2Nix {
pname = "gitsigns.nvim"; pname = "gitsigns.nvim";
version = "2023-08-17"; version = "2023-08-19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lewis6991"; owner = "lewis6991";
repo = "gitsigns.nvim"; repo = "gitsigns.nvim";
rev = "5a2b1205841bc06ffb15719b14d54987e17b22ae"; rev = "749267aaa863c30d721c9913699c5d94e0c07dd3";
sha256 = "04x1rvrs6apv2ik5x4j5dfk9gfp68q1cm682gfrhr2bikrkhm2kf"; sha256 = "1ysc9igrzxin0s16bk71l72ql1jzilhps0pc6mbj9padk3xi3iy4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };