From 5774493677ba2c6a3a007c562d48d5f1ed3682fe Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Tue, 2 Jun 2020 15:14:01 +0100 Subject: bump Helix version; add ffprobe to helix-directory's path --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/default.nix b/pkgs/default.nix index 48d3117..cd005b9 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 = "dd13cd32ec89503bc1244d4f307452faba1ca7ba"; } ) {}; + helix = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/helix"; rev = "eb0335d0d1810187ea054c5960e11bd2e90f771b"; } ) {}; dlnatoad = pkgs.callPackage ./dlnatoad {}; -- cgit v1.2.3