diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-08 00:28:27 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-11 13:05:16 +0100 |
commit | 653ff4fc6a38cb5d039a855871206c6ead965168 (patch) | |
tree | 78604126c77c2abeeb28cf0ff7e9f4599b34b6f7 | |
parent | 9d646e6f7d501a39c5bf9e0e01a472adce82a0bf (diff) |
update pkgs.eth.catbus-lifx
-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 e75bedd..27bf7b3 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 = "4dbe33adb0dcab0c40ab4da3425b490e48f61a4c"; + rev = "a31ff5375ad19d9f109cfff3634d379e12c48fa7"; }; catbus-networkpresence = builtins.fetchGit { url = "https://github.com/ethulhu/catbus-networkpresence"; |