1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-08-22 00:39:44 +02:00
parent bae551eada
commit f15d2949a3
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 14 additions and 14 deletions

View file

@ -65,11 +65,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1692631786, "lastModified": 1692657158,
"narHash": "sha256-TTJK0COpH+UGT4KJbB0BZi1DRbnuJG1MXM9itY+eZv4=", "narHash": "sha256-6rNP55GuYDULukDlDtk4IFanPsdhN6h2ktlnDkHRvhY=",
"owner": "nifoc", "owner": "nifoc",
"repo": "bdfr-browser", "repo": "bdfr-browser",
"rev": "a74a0185f43a01e50d14a065c52192cc41722521", "rev": "956f356a2cad9d2cee43a93465df8a115b580aaa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -514,11 +514,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1692631152, "lastModified": 1692644151,
"narHash": "sha256-sNQXkXTd8PVqNeDyLEeUBrh8qILVYU85w0o3whKzq3s=", "narHash": "sha256-zYArf8qHBzJVZ4SdjDK91GvU0Jq7uJBYxYOZp8RWEIk=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "d401b33314a4178b23443c78119055c3d34a407e", "rev": "0fd8eb8aae101815c699048a4dbc6ac7c5e35a9d",
"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": 1692631850, "lastModified": 1692657227,
"narHash": "sha256-A/zUnVgnWDmEqbCAnq7gNaeLYq8y0ZMLCgprdghwjr8=", "narHash": "sha256-85svoTPhDHuC3ZZQZybu0sxfF5jpJm7IWJNgm43Tw0o=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "fa5a6ef7dcbda131080d07f0b788653c81bfdda0", "rev": "08c8bf7c0df469266636232b219469369a5bcd48",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -606,11 +606,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1692494774, "lastModified": 1692557222,
"narHash": "sha256-noGVoOTyZ2Kr5OFglzKYOX48cx3hggdCPbXrYMG2FDw=", "narHash": "sha256-TCOtZaioLf/jTEgfa+nyg0Nwq5Uc610Z+OFV75yUgGw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3476a10478587dec90acb14ec6bde0966c545cc0", "rev": "0b07d4957ee1bd7fd3bdfd12db5f361bd70175a6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -122,8 +122,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "7c935d6bd5ecb36e7c6cf6678e1eaa38b85111f3"; rev = "46dee161d3934433b9f47f0459899427103a3477";
sha256 = "0rnyid95law4sczd37mbf235m4aian8ng9c0ackalrw1ghnj4x08"; sha256 = "1zd5nxw91l1h3m4a2pmjs3vppm3cr254xc8svhayjnd5bmr9vxii";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };