1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-08-18 17:05:08 +02:00
parent 73625ac27d
commit 41d50392db
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 30 additions and 30 deletions

View file

@ -65,11 +65,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1692278396, "lastModified": 1692370547,
"narHash": "sha256-H551Q1HLI5/ra/IR/iNnjpoNdoZArVjs+3sQyOvbWc4=", "narHash": "sha256-B7sMelY5MNreiwNcpm5caGLQErkhE0ZuBUoWYC9UJ2Y=",
"owner": "nifoc", "owner": "nifoc",
"repo": "bdfr-browser", "repo": "bdfr-browser",
"rev": "852f69f690a36150aedd0a100d1ec43271fcde57", "rev": "e24f6d61d73485df7465d094b92fd4783c63b5b9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -514,11 +514,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1692275751, "lastModified": 1692363658,
"narHash": "sha256-0bXCHShIKOZU10v/3bPcM5PLglCoS7v8AUAxAmw4eUg=", "narHash": "sha256-2vxelaVBLe5W8pMO9pFehnjUN+8qXLjZXMl84aO57Qc=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "5a564bf242828a04c8fe12c7e83154cb09acf4aa", "rev": "f0e6e2ae463aa5f9c5e64e6fe01c1bab82131933",
"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": 1692278451, "lastModified": 1692370822,
"narHash": "sha256-dvup5GphS95pV/2qNTHxamhiRGwyPmXDLllJh06AgRQ=", "narHash": "sha256-o0KemdLzQtEGGON98ZLNBjiPDvS1GPgkjuzvPkOUD84=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "9eb99aea153449474e3b75f63f8670e33c1cc772", "rev": "b94f0ece5d1f14c44e882b3a75636642337be129",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -590,11 +590,11 @@
}, },
"nixos-stable": { "nixos-stable": {
"locked": { "locked": {
"lastModified": 1692207601, "lastModified": 1692311310,
"narHash": "sha256-tfPGNKQcJT1cvT6ufqO/7ydYNL6mcJClvzbrzhKjB80=", "narHash": "sha256-K3VAwgGl7BnoAbDp6qNoCiE2TRuF7j/3nUao57hfh6U=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b30c68669df77d981ce4aefd6b9d378563f6fc4e", "rev": "53baed0863ff7df14b14444b779ddfaa80621f1a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -606,11 +606,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1692221125, "lastModified": 1692311226,
"narHash": "sha256-nKUDlbLL8/WW3Fpx9Y0sY+LliTqU3/GexvHU9BdA8Qk=", "narHash": "sha256-mRzNup0PIUD6YxbrYvjzL7f+1oaOGy9nmGCV3AZkQus=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "214c9de8159b25f3cdc8374a80794d4d5787b4cf", "rev": "ef8288935ba859fc3b30632fa6e04705f81b9c2a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -118,12 +118,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-08-17"; version = "2023-08-18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "17d3398b5bd0d0042e1a71ee1842a831399cae97"; rev = "add1864bbf2d3b8e789ec6b4715bb5a4073e3b60";
sha256 = "0k7fg4bj54lipcmsbbjbdy26v9gha1xfq7x7rxbkgcl96kmifypf"; sha256 = "0gxqxk1m0has2gq9v4iripij6bj3hcgm1f1pg8cjdjmgxv6ny6mj";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -297,12 +297,12 @@ in
}; };
nvim-lint = buildVimPluginFrom2Nix { nvim-lint = buildVimPluginFrom2Nix {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2023-08-03"; version = "2023-08-18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "6f2daa87a0f57fe1806f4dc36695cce993baeedb"; rev = "d69143b46752de244c29e6b0fb0d5b6bb6e076e9";
sha256 = "17fb2snjscvaqivbz72n7r8h6mjp45327vm83fzk2f4vkb4mrh6c"; sha256 = "12w0cwhbp9kydsygfc04f8w2qajkskfc4qknl8vmj562mnms8788";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -319,12 +319,12 @@ in
}; };
LuaSnip = buildVimPluginFrom2Nix { LuaSnip = buildVimPluginFrom2Nix {
pname = "LuaSnip"; pname = "LuaSnip";
version = "2023-08-13"; version = "2023-08-18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "L3MON4D3"; owner = "L3MON4D3";
repo = "LuaSnip"; repo = "LuaSnip";
rev = "409535b8fc54c650eb845b0c35e0cc7f08810284"; rev = "c4d6298347f7707e9757351b2ee03d0c00da5c20";
sha256 = "0w898yhw1r263xz9ih20cs1amdkjhmbmi5lgnzwfamwvgdqf5nf3"; sha256 = "04c2y263ankxcc74k3ab4zsawci1p4ylvkd79r9gf25391420i8l";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -495,23 +495,23 @@ in
}; };
nvim-treesitter-textobjects = buildVimPluginFrom2Nix { nvim-treesitter-textobjects = buildVimPluginFrom2Nix {
pname = "nvim-treesitter-textobjects"; pname = "nvim-treesitter-textobjects";
version = "2023-07-25"; version = "2023-08-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter-textobjects"; repo = "nvim-treesitter-textobjects";
rev = "9e519b6146512c8e2e702faf8ac48420f4f5deec"; rev = "56272167a6dead91c47c02dbdbfe1ae5643c59f5";
sha256 = "1asdjyk9kp4aip9qc2q6ic2jkc8g3ilzjqvxqskjc2jq21fyscp9"; sha256 = "0jxsmg1xw0jfy8i9y3anpbdr8c1smcab82kh22nz9www6pa4m2xs";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
nvim-surround = buildVimPluginFrom2Nix { nvim-surround = buildVimPluginFrom2Nix {
pname = "nvim-surround"; pname = "nvim-surround";
version = "2023-08-05"; version = "2023-08-18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kylechui"; owner = "kylechui";
repo = "nvim-surround"; repo = "nvim-surround";
rev = "0d6882635817a2677749a330127d12ac30a4f3c8"; rev = "1c2ef599abeeb98e40706830bcd27e90e259367a";
sha256 = "0zm0d7lwjsvfrz7c6ivyj9pz54r031gfa5q6y6bv9an02jwcg9vz"; sha256 = "06j190qns6fscxp7mnr6zl5bipzbc4w478z5x5g2awghc0iwzkcr";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };