1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-07-09 15:04:23 +02:00
parent 017d75b3a9
commit fe7a28b8f9
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 44 additions and 21 deletions

View file

@ -110,11 +110,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1688882536, "lastModified": 1688898859,
"narHash": "sha256-JXhHLy3+OxRghen7X8no1/8Ab+NkYSxrCIB9IILKUUc=", "narHash": "sha256-NjvwXnMp8oMQ86FHVhzlmgGy2dVDMGVLpZ4+YVsJgMU=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "4e3fc1864712a534d30ef074d695e968f1fb1487", "rev": "66a3047fa88eb6aa5c5a2e675de91f0431fbe561",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -248,6 +248,28 @@
"type": "github" "type": "github"
} }
}, },
"gitignore": {
"inputs": {
"nixpkgs": [
"nifoc-overlay",
"weewx-proxy-flake",
"nixpkgs"
]
},
"locked": {
"lastModified": 1660459072,
"narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "a20de23b925fd8264fd7fad6454652e142fd7f73",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -276,11 +298,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1688875170, "lastModified": 1688892808,
"narHash": "sha256-hNYMNl07J22c0K0NhVyvF6cF8mahOCzBTNKT/OEQN14=", "narHash": "sha256-AeWzyG37EqyHH2C1GmrV9y0ZQ4e7rAs9AUOnw8I4YUI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "86157256d2e0d257c53eefeb008230f043e12210", "rev": "b70db52ff06f30e3de7f21b6ea47e75baa0c46f6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -324,11 +346,11 @@
"weewx-proxy-flake": "weewx-proxy-flake" "weewx-proxy-flake": "weewx-proxy-flake"
}, },
"locked": { "locked": {
"lastModified": 1688890824, "lastModified": 1688906738,
"narHash": "sha256-puC/bqxQXagzShtW830fxpOMZI+Cc/mGcXyA8hDVcfw=", "narHash": "sha256-dPq93JwoQClZqKN5xS6bugW62jMTnsmiOQuziSbb0dY=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "e62924712e139d93abad97c99245726508a35e2b", "rev": "f788f8f54fc67020cb408461415c1be085574a82",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -355,11 +377,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1688829822, "lastModified": 1688859638,
"narHash": "sha256-hv56yK1fPHPt7SU2DboxBtdSbIuv9nym7Dss7Cn2jic=", "narHash": "sha256-GyRhX8GlTQqDWx43uBFEYEQ/WKEqDwjzABHxUCatAno=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ed6afb10dfdfc97b6bcf0703f1bad8118e9e961b", "rev": "d485da9d0034a72ceb9679c2ab0156c073f66b82",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -479,17 +501,18 @@
"nifoc-overlay", "nifoc-overlay",
"flake-parts" "flake-parts"
], ],
"gitignore": "gitignore",
"nixpkgs": [ "nixpkgs": [
"nifoc-overlay", "nifoc-overlay",
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1687028025, "lastModified": 1688906606,
"narHash": "sha256-haI8io27PLu8xijJDPcnKnD/oxB7LTnHNsHk8hLvl3A=", "narHash": "sha256-dACFT9SbVJ3Q3LdlW3MhcAqvPJIK++3jR302TpCZy4Y=",
"owner": "nifoc", "owner": "nifoc",
"repo": "weewx-proxy", "repo": "weewx-proxy",
"rev": "59d3a6cd0dd118a46f88badf33ffd3b2674c0bbf", "rev": "ed89285fc853f8305eac2f9870b5b799aeb69cac",
"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-07-08"; version = "2023-07-09";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "d9104a1d10023ed9e7eacf68639ad887425246eb"; rev = "572a15f171ce1a69ed91ea642ae77af5b5d295fb";
sha256 = "1ffkc08aflpvahgf9z1szvy91xzcvbaxr9xq4lj67yi3rc1djc7n"; sha256 = "1vndcc5bnbb4l68lk0pm6gray1f7jf9vxhpxh71mq2lzzpjah8v3";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -231,12 +231,12 @@ in
}; };
nvim-jdtls = buildVimPluginFrom2Nix { nvim-jdtls = buildVimPluginFrom2Nix {
pname = "nvim-jdtls"; pname = "nvim-jdtls";
version = "2023-06-29"; version = "2023-07-09";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-jdtls"; repo = "nvim-jdtls";
rev = "0261cf5a76cf2ef807c4ae0ede18fc9d791ebf02"; rev = "6e6352f671fca4bb31e7e2394c592e623120292e";
sha256 = "1r49yyrl7a6x41gyw1c486wwcw6b2619d1cca4kirswmxbk3c9gy"; sha256 = "05rg9d4p6fj9jxa705ln2k4xr4ichy098cqy3p062ckr7javpga0";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };