summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-06-30 16:16:01 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-06-30 16:16:01 +0100
commit691e8ab6ee00bbfad5cc207ad09a9b78d4ef9958 (patch)
tree15f58668c7822c0aa09106d8fc8fe0a836a7dae9 /pkgs
parentd1534dbca7cb8b0418b1e33cb6337db5453c06da (diff)
update pkgs.catbus-wakeonlan
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index cf2681d..d6a28e9 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -17,7 +17,7 @@ let
};
catbus-wakeonlan = builtins.fetchGit {
url = "https://github.com/ethulhu/catbus-wakeonlan";
- rev = "748a39954903f9931e2d43d445f1cdae0da15a02";
+ rev = "e3566b5fd2a862fee38eeeafc9d5174e0a00f484";
};
catbus-web-ui = builtins.fetchGit {
url = "https://github.com/ethulhu/catbus-web-ui";