diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-02 11:53:53 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-02 11:54:19 +0100 |
commit | 9c329e837211c0d26ead9765d0815ba08db9bd8f (patch) | |
tree | 1363baa2e64d4939137882f02c833659b1de2b24 /pkgs | |
parent | 3341f42557f6b5e19c3cfd3e1eef43c5a4c2745e (diff) |
update Helix version, add service for helix-directory
Diffstat (limited to 'pkgs')
-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 52fcd14..48d3117 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -8,7 +8,7 @@ pkgs: super: { catbus-snapcast = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/catbus-snapcast"; } ) {}; catbus-web-ui = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/catbus-web-ui"; } ) {}; - helix = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/helix"; rev = "6162800302ac41bcacded9916260827bbf5ac99e"; } ) {}; + helix = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/helix"; rev = "dd13cd32ec89503bc1244d4f307452faba1ca7ba"; } ) {}; dlnatoad = pkgs.callPackage ./dlnatoad {}; |