diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-27 20:59:36 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-27 20:59:36 +0100 |
commit | 4fe328e9217dbf9daa18685d62281eb4d3071715 (patch) | |
tree | 31728e52884509a1c309843b5d7dc8fadb6faf53 /pkgs | |
parent | 19960e5222d50bd93ee00190dc60a4a6b839a08e (diff) |
update pkgs.eth.catbus-lifx
Diffstat (limited to '')
-rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 17a9d3e..b5bda44 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -5,7 +5,7 @@ let }; catbus-lifx = builtins.fetchGit { url = "https://github.com/ethulhu/catbus-lifx"; - rev = "1b6ddeb2b7c8a0b03745b377e2a5999b142a24ac"; + rev = "a73702814cdb273ac7b06d696f6c3c4cabea407b"; }; catbus-networkpresence = builtins.fetchGit { url = "https://github.com/ethulhu/catbus-networkpresence"; |