We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fee7ae + 0bad767 commit e813c06Copy full SHA for e813c06
pkgs/tools/bluetooth/blueman/default.nix
@@ -8,11 +8,11 @@ let
8
9
in stdenv.mkDerivation rec {
10
pname = "blueman";
11
- version = "2.4.2";
+ version = "2.4.3";
12
13
src = fetchurl {
14
url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz";
15
- sha256 = "sha256-B6COCPNtzXxAT9Ve70N5WvWR2VFLKviWPfIg76BLIa0=";
+ sha256 = "sha256-vfxJkJdCy3koj4oR1vZmt1wnE7kcCF5tDdMpQ0eT/oU=";
16
};
17
18
nativeBuildInputs = [
0 commit comments