1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-08-13 17:21:19 +02:00
parent c982a4bdba
commit 401edbbeb7
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 25 additions and 39 deletions

View file

@ -29,7 +29,9 @@
"crane": "crane",
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
@ -413,11 +415,11 @@
]
},
"locked": {
"lastModified": 1691856649,
"narHash": "sha256-1/KYCwNyOPpUoyno9Yj3zMHITQaW+wPzVlJFPOPPCo4=",
"lastModified": 1691882297,
"narHash": "sha256-e1/LAQSGLnBywfA1TfMl0Vj3tvYka73XOZ/D2/CJowE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "406d34d919e9e8b831b531782cf5ef6995188566",
"rev": "c3ab5ea047e6dc73df530948f7367455749d8906",
"type": "github"
},
"original": {
@ -436,11 +438,11 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1691805017,
"narHash": "sha256-NQOpkyZ2rjO10qA0gZY2goOtEnAYvl+LYRcuNI66vi4=",
"lastModified": 1691907248,
"narHash": "sha256-Is8WVxLtxENVu3m7UQRz6sZYZ0/GhrPMfsvOQRQq59Y=",
"owner": "neovim",
"repo": "neovim",
"rev": "58a1ef8e6a93c615379f6fbe7234697bcdc42b3e",
"rev": "7b0123dd6a06a032516cce66d82c064b1d942013",
"type": "github"
},
"original": {
@ -461,11 +463,11 @@
"weewx-proxy-flake": "weewx-proxy-flake"
},
"locked": {
"lastModified": 1691828265,
"narHash": "sha256-445vNQ6bte7mPB0f6lb5aJ/Xrpa21URuWPP9G2o2CLY=",
"lastModified": 1691914610,
"narHash": "sha256-0fB5U1sCg8jV2Ej7Jm/zyQBH8g938y0DvbCGeOxUrg0=",
"owner": "nifoc",
"repo": "nix-overlay",
"rev": "37feb2e1a9e50faf71f74aa41a8139e6f17aa5d5",
"rev": "c55b6aaee03661054d18cb3acf9d593740007121",
"type": "github"
},
"original": {
@ -512,11 +514,11 @@
},
"nixos-stable": {
"locked": {
"lastModified": 1691693223,
"narHash": "sha256-9t8ZY1XNAsWqxAJmXgg+GXqF5chORMVnBT6PSHaRV3I=",
"lastModified": 1691831739,
"narHash": "sha256-6e12VCvA7jOjhzJ1adLiUV1GTPXGBcCfhggsDwiuNB4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "18784aac1013da9b442adf29b6c7c228518b5d3f",
"rev": "3fe694c4156b84dac12627685c7ae592a71e2206",
"type": "github"
},
"original": {
@ -528,15 +530,15 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1686519857,
"narHash": "sha256-VkBhuq67aXXiCoEmicziuDLUPPjeOTLQoj6OeVai5zM=",
"owner": "NixOS",
"lastModified": 1691853136,
"narHash": "sha256-wTzDsRV4HN8A2Sl0SVQY0q8ILs90CD43Ha//7gNZE+E=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6b1b72c0f887a478a5aac355674ff6df0fc44f44",
"rev": "f0451844bbdf545f696f029d1448de4906c7f753",
"type": "github"
},
"original": {
"owner": "NixOS",
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
@ -626,22 +628,6 @@
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1691853136,
"narHash": "sha256-wTzDsRV4HN8A2Sl0SVQY0q8ILs90CD43Ha//7gNZE+E=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f0451844bbdf545f696f029d1448de4906c7f753",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"pre-commit-hooks-nix": {
"inputs": {
"flake-compat": "flake-compat_3",
@ -709,7 +695,7 @@
"nix-darwin": "nix-darwin",
"nixos-hardware": "nixos-hardware",
"nixos-stable": "nixos-stable",
"nixpkgs": "nixpkgs_2",
"nixpkgs": "nixpkgs",
"pre-commit-hooks-nix": "pre-commit-hooks-nix_2",
"treefmt-nix": "treefmt-nix_2"
}

View file

@ -47,7 +47,7 @@
attic = {
url = "github:zhaofengli/attic";
# inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
nifoc-overlay = {

View file

@ -118,12 +118,12 @@ in
};
nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter";
version = "2023-08-12";
version = "2023-08-13";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "800b2f388b0f880be8a2fcd29494f7459af30a21";
sha256 = "18zyqj9s071fx8i9m3rmwsy98rv6h2mcl2i8vblhaa55nv6f7y4j";
rev = "bc52938ddde0ff6b3d51ff215d2c66f2e39b7099";
sha256 = "14rqwbcbw7zya4f6k6pmgq4h42bvbcbnaizj0xr4nih1jbllbsgk";
fetchSubmodules = false;
};
};