diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-16 14:32:18 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-17 17:17:56 +0100 |
commit | f9b94f0b470aec6f2e8cb1085b11724ca303c221 (patch) | |
tree | 3666a3d708c939243ae3dba23dfc63df4d1beb67 /nix/wgautomesh.nix | |
parent | bb2660792f2e1dd63bd152b08095d9bf3879d569 (diff) | |
download | nixcfg-f9b94f0b470aec6f2e8cb1085b11724ca303c221.tar.gz nixcfg-f9b94f0b470aec6f2e8cb1085b11724ca303c221.zip |
update wgautomesh
Diffstat (limited to 'nix/wgautomesh.nix')
-rw-r--r-- | nix/wgautomesh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/wgautomesh.nix b/nix/wgautomesh.nix index 0e0b7b3..fd2fe0d 100644 --- a/nix/wgautomesh.nix +++ b/nix/wgautomesh.nix @@ -1,7 +1,7 @@ let src = builtins.fetchGit { url = "https://git.deuxfleurs.fr/lx/wgautomesh"; - rev = "65e979de801daa5f6ef77ed875e6505aa902fd9c"; + rev = "a02cb2bb43935c45a1d3914ed74197d2a85920a0"; }; wgautomesh = (import src).packages.x86_64-linux.default; in |