1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-07-11 11:08:34 +02:00
parent 2611cdfd98
commit b44c8aa0e1
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
4 changed files with 26 additions and 26 deletions

View file

@ -321,11 +321,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1688830164, "lastModified": 1689052591,
"narHash": "sha256-ZY9iudFa4m2h+e5gbaDV9S3ctAtMd9xHHfZZHjfR3tQ=", "narHash": "sha256-LNy/rDoxB/NtYiO4GnWo9y+Dk/ppLZPYU/YfeJLl+i8=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "fbeef0d4ef1aadc4e50b9f33946cf4dca8ca6b62", "rev": "06694203e51efbabc0b49e26704dff089011fd21",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -346,11 +346,11 @@
"weewx-proxy-flake": "weewx-proxy-flake" "weewx-proxy-flake": "weewx-proxy-flake"
}, },
"locked": { "locked": {
"lastModified": 1688987023, "lastModified": 1689063784,
"narHash": "sha256-79ayTatelh5qpxmP8PQYJj0Xlm6kfTD3799Gx7FFd0M=", "narHash": "sha256-8Q8hNUrg5xSpE+Xey6/LBsRnQIutiCTBhczgqTuRQ7E=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "5a5998f526f15e29fad7639159c5e9f8dd2d264e", "rev": "79417e9f39cbb3fa3d02142b6fc8e9ed6d6aeabd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -361,11 +361,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1688966833, "lastModified": 1689060619,
"narHash": "sha256-9ilzbSwArZmDjT/g1XYD+KYOFfmoS0WOYXSQBvZDIv4=", "narHash": "sha256-vODUkZLWFVCvo1KPK3dC2CbXjxa9antEn5ozwlcTr48=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "f0984a5a303659bc9b73895c82a85fdfae40b87a", "rev": "44bc025007e5fcc10dbc3d9f96dcbf06fc0e8c1c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -377,11 +377,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1688956120, "lastModified": 1688981480,
"narHash": "sha256-7geHGr2aLpQvwGgaZlTLPHMVFxvFzAuB35mZYsKgLpQ=", "narHash": "sha256-AYgIAotBA5C+55PjXKck8cpDgWYrUYsTMpMxH1bZ7/M=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2169d3b0bce0daa64d05abbdf9da552a7b8c22a7", "rev": "b9ebd80c7dbcdec2240c5baae334365eaf3d7230",
"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-10"; version = "2023-07-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "f2efc5f35743b8383a1b50f727faae94658506d5"; rev = "3af1220e18034eb2ce7d1c8e77055bc3bf3c1c36";
sha256 = "04xgjh9qivn9a7rs360879c1pi42qpziql2bbas2v7hxs0ybpy9p"; sha256 = "0qbgh8hvnjb0dg8fqv9w5025sv2z8b9lwcgqpbdcsgqih2g6k84r";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -231,12 +231,12 @@ in
}; };
nvim-jdtls = buildVimPluginFrom2Nix { nvim-jdtls = buildVimPluginFrom2Nix {
pname = "nvim-jdtls"; pname = "nvim-jdtls";
version = "2023-07-09"; version = "2023-07-10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-jdtls"; repo = "nvim-jdtls";
rev = "6e6352f671fca4bb31e7e2394c592e623120292e"; rev = "96e3978c3fdae3950f6ccda548775e8b8952f74a";
sha256 = "05rg9d4p6fj9jxa705ln2k4xr4ichy098cqy3p062ckr7javpga0"; sha256 = "0rbbf8r06kc67xpf06qsshyj2f0xkspaxndv5afrxqcmiz1qlnhy";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -451,12 +451,12 @@ in
}; };
vim-matchup = buildVimPluginFrom2Nix { vim-matchup = buildVimPluginFrom2Nix {
pname = "vim-matchup"; pname = "vim-matchup";
version = "2023-06-30"; version = "2023-07-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andymass"; owner = "andymass";
repo = "vim-matchup"; repo = "vim-matchup";
rev = "61cef7921ecbb412f341a6d1a7f9ad1ca55243de"; rev = "3c4ccc489002fe72b5d2e2ffc4b3b5a7d3ab65d8";
sha256 = "0jrrvx7a6v7gxkyvyrh9wkhaaqlvww90v2lijvxwgys9iy79c4nz"; sha256 = "0mpvqlk8a7vms2j29mpfpkqa1pxsncqr7flsg6q6z3cdqcrgh1j2";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

View file

@ -53,9 +53,9 @@ in
../nixos/tailscale.nix ../nixos/tailscale.nix
../nixos/websites-tanker.nix ../nixos/voyager.nix
../nixos/wefwef.nix ../nixos/websites-tanker.nix
../../container/matrix ../../container/matrix
../../container/proxitok ../../container/proxitok

View file

@ -1,6 +1,6 @@
{ {
virtualisation.oci-containers.containers.wefwef = { virtualisation.oci-containers.containers.voyager = {
image = "ghcr.io/aeharding/wefwef:latest"; image = "ghcr.io/aeharding/voyager:latest";
ports = [ "127.0.0.1:8014:5314" ]; ports = [ "127.0.0.1:8014:5314" ];
extraOptions = [ extraOptions = [
"--label=com.centurylinklabs.watchtower.enable=true" "--label=com.centurylinklabs.watchtower.enable=true"
@ -8,7 +8,7 @@
]; ];
}; };
services.nginx.virtualHosts."wefwef.daniel.sx" = { services.nginx.virtualHosts."voyager.daniel.sx" = {
listenAddresses = [ "100.108.165.26" "[fd7a:115c:a1e0:ab12:4843:cd96:626c:a51a]" ]; listenAddresses = [ "100.108.165.26" "[fd7a:115c:a1e0:ab12:4843:cd96:626c:a51a]" ];
quic = true; quic = true;
http3 = true; http3 = true;