diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-30 00:18:03 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-30 00:18:03 +0100 |
commit | 6f6eb2c66dc4eadd9280e892de508593d7ed35d3 (patch) | |
tree | 4a026f1e92b983407b1ecc7ae1791695e0c396cd /pkgs | |
parent | 8710105f65154d19f7c65be10dd95b0e4ccab63b (diff) |
update {pkgs,eth.services}.catbus-snapcast
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 0d59ad8..084c35b 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"; - rev = "74b35c929a1f6d80b0cdab57e4fb9fba26d9e2d1"; + rev = "841ab669dad089948834aa7c93deee726f3a4b70"; }; catbus-wakeonlan = builtins.fetchGit { url = "https://github.com/ethulhu/catbus-wakeonlan"; |