summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-05 08:28:01 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-05 08:28:01 +0000
commita76886f82cd953536e073a5d5fa1bdf291beb9b8 (patch)
tree58bb615cca441eb20377eb0eb1641a1eb0c10dd6 /pkgs/tools/bluetooth
parent7ba8820008a9fc767377bbc5f67bf85aee514bee (diff)
blueberry: 1.3.9 -> 1.4.0
Diffstat (limited to 'pkgs/tools/bluetooth')
-rw-r--r--pkgs/tools/bluetooth/blueberry/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/bluetooth/blueberry/default.nix b/pkgs/tools/bluetooth/blueberry/default.nix
index 25e72c1b880d..e954163b9e84 100644
--- a/pkgs/tools/bluetooth/blueberry/default.nix
+++ b/pkgs/tools/bluetooth/blueberry/default.nix
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "blueberry";
- version = "1.3.9";
+ version = "1.4.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
- sha256 = "0llvz1h2dmvhvwkkvl0q4ggi1nmdbllw34ppnravs5lybqkicyw9";
+ sha256 = "19kmjp686h7lwmw5n7fc9giqbqm757pkbn42nfwlmasvzqsqlnz6";
};
nativeBuildInputs = [