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 0e75bbb + 1ced295 commit 5f210c3Copy full SHA for 5f210c3
pkgs/by-name/bl/blueman/package.nix
@@ -28,11 +28,11 @@ let
28
in
29
stdenv.mkDerivation rec {
30
pname = "blueman";
31
- version = "2.4.3";
+ version = "2.4.4";
32
33
src = fetchurl {
34
url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz";
35
- sha256 = "sha256-vfxJkJdCy3koj4oR1vZmt1wnE7kcCF5tDdMpQ0eT/oU=";
+ sha256 = "sha256-00+RVMjGiH0VZ50Sl0SSKscvanHLK8z7ZmL4ykRuhfA=";
36
};
37
38
nativeBuildInputs = [
0 commit comments