summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-06-29 23:10:16 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-06-29 23:10:16 +0100
commit3683f93300c28011c81a5849132a54774d69ad2f (patch)
tree20c59463094cebdf57132d7fda0fbcbf802034b6 /pkgs
parent031b9e1b0cada730333e9dd1d0eb26cc975630f5 (diff)
refactor eth.services.catbus-snapcast
Diffstat (limited to '')
-rw-r--r--pkgs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 564c76c..0d59ad8 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -13,7 +13,7 @@ let
};
catbus-snapcast = builtins.fetchGit {
url = "https://github.com/ethulhu/catbus-snapcast";
- # TODO: rev = "...";
+ rev = "74b35c929a1f6d80b0cdab57e4fb9fba26d9e2d1";
};
catbus-wakeonlan = builtins.fetchGit {
url = "https://github.com/ethulhu/catbus-wakeonlan";