Skip to content

Commit e813c06

Browse files
Merge pull request #330098 from r-ryantm/auto-update/blueman
blueman: 2.4.2 -> 2.4.3
2 parents 7fee7ae + 0bad767 commit e813c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/bluetooth/blueman/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ let
88

99
in stdenv.mkDerivation rec {
1010
pname = "blueman";
11-
version = "2.4.2";
11+
version = "2.4.3";
1212

1313
src = fetchurl {
1414
url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz";
15-
sha256 = "sha256-B6COCPNtzXxAT9Ve70N5WvWR2VFLKviWPfIg76BLIa0=";
15+
sha256 = "sha256-vfxJkJdCy3koj4oR1vZmt1wnE7kcCF5tDdMpQ0eT/oU=";
1616
};
1717

1818
nativeBuildInputs = [

0 commit comments

Comments
 (0)