aboutsummaryrefslogtreecommitdiff
path: root/nix/wgautomesh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/wgautomesh.nix')
-rw-r--r--nix/wgautomesh.nix2
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