Skip to content

Commit 5f210c3

Browse files
authored
blueman: 2.4.3 -> 2.4.4 (#379219)
2 parents 0e75bbb + 1ced295 commit 5f210c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bl/blueman/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ let
2828
in
2929
stdenv.mkDerivation rec {
3030
pname = "blueman";
31-
version = "2.4.3";
31+
version = "2.4.4";
3232

3333
src = fetchurl {
3434
url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz";
35-
sha256 = "sha256-vfxJkJdCy3koj4oR1vZmt1wnE7kcCF5tDdMpQ0eT/oU=";
35+
sha256 = "sha256-00+RVMjGiH0VZ50Sl0SSKscvanHLK8z7ZmL4ykRuhfA=";
3636
};
3737

3838
nativeBuildInputs = [

0 commit comments

Comments
 (0)