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.
1 parent 1dc7177 commit 0bad767Copy full SHA for 0bad767
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