summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-06-22 21:42:34 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-06-22 21:42:34 +0100
commitda8d9c0f765cc76bbf8a2ae65902edae6a0eda17 (patch)
tree8df7df9253d6a03f18f2bc407c1ff243b43ea1b8 /pkgs
parentc9aa5411bae3094eea433e0a975db0eb0ce27ef7 (diff)
updated helix & catbus-wakeonlan
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 45591d3..f8f60cc 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -9,7 +9,7 @@ let
};
catbus-wakeonlan = builtins.fetchGit {
url = "https://github.com/ethulhu/catbus-wakeonlan";
- rev = "5b9435bff8ce11bbbf720084e27c2c6f471934f6";
+ rev = "d5b2961bd2cc474d763d72ad1c180e7358e5fd6d";
};
catbus-web-ui = builtins.fetchGit {
url = "https://github.com/ethulhu/catbus-web-ui";
@@ -17,7 +17,7 @@ let
};
helix = builtins.fetchGit {
url = "https://github.com/ethulhu/helix";
- rev = "b308ffcd9182942df93ceed7b57fe46a049aa505";
+ rev = "b64bdc80c3c994f22a28599747897aa5de3ada93";
};
jackalope = builtins.fetchGit {
url = "https://git.sr.ht/~eth/jackalope";