summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 084c35b..cf2681d 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";
- # TODO: rev = "...";
+ rev = "8f9c4193e08929cbbd8c85b2cbb2bbd22f55ccfa";
};
catbus-networkpresence = builtins.fetchGit {
url = "https://github.com/ethulhu/catbus-networkpresence";