mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
bluez-tools: fix sha256 hash.
This commit is contained in:
parent
31fa7eda70
commit
63da839700
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
src = fetchgit {
|
||||
inherit rev;
|
||||
url = "https://github.com/khvzak/bluez-tools.git";
|
||||
sha256 = "3f264d14ba8ef1b0d3c45e621a5c685035a60d789da64f64d25055047f45c55b";
|
||||
sha256 = "0ylk10gfqlwmiz1k355axdhraixc9zym9f87xhag23934x64m8wa";
|
||||
};
|
||||
preConfigure = ''
|
||||
./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user