summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-14 17:36:59 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-06-14 17:36:59 +0000
commitcd532ef5051fd02e43de3003c6873aa546ed2e0f (patch)
treee93be51aaa04832a9035b66a0a4ef647c3a79e32 /pkgs/tools/bluetooth
parent19c5fd76f885e63ee030037254cc93d1006f3387 (diff)
blueberry: 1.4.2 -> 1.4.3
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 b932b8e66c6f..9ff8394f0048 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.4.2";
+ version = "1.4.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
- sha256 = "sha256-YwJQryIK92/Tc1s49jM3pCs7dmO3l+RbbFBtuXvhYbQ=";
+ sha256 = "sha256-UkF50AIFKkvjUHJiemR0Hj5ECZeHQU6beIw2TGrOlbk=";
};
nativeBuildInputs = [