summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-29 02:20:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-06-29 02:20:29 +0000
commit0616d2a4634c0102021a7ff01349d27a1f37b815 (patch)
tree14093b2b9d1e8a087242149d8ff7b391d2489281 /pkgs/tools/bluetooth
parenta7776f951e7d74743c141dcce8a1789dea3c76fe (diff)
downloadnixpkgs-0616d2a4634c0102021a7ff01349d27a1f37b815.tar
nixpkgs-0616d2a4634c0102021a7ff01349d27a1f37b815.tar.gz
nixpkgs-0616d2a4634c0102021a7ff01349d27a1f37b815.tar.bz2
nixpkgs-0616d2a4634c0102021a7ff01349d27a1f37b815.tar.lz
nixpkgs-0616d2a4634c0102021a7ff01349d27a1f37b815.tar.xz
nixpkgs-0616d2a4634c0102021a7ff01349d27a1f37b815.tar.zst
nixpkgs-0616d2a4634c0102021a7ff01349d27a1f37b815.zip
blueberry: 1.4.3 -> 1.4.4
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 9ff8394f004..95413986e8a 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.3";
+  version = "1.4.4";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = pname;
     rev = version;
-    sha256 = "sha256-UkF50AIFKkvjUHJiemR0Hj5ECZeHQU6beIw2TGrOlbk=";
+    sha256 = "sha256-dz0uGesyuQVXI7aEONCeOsa2vVw5yuStSFPnrqv2VcM=";
   };
 
   nativeBuildInputs = [