blueman: 2.2.1 -> 2.2.2

(cherry picked from commit 7f3755e67a3f147d8627f35030470e14aac62a42)
This commit is contained in:
R. RyanTM 2021-08-07 04:13:01 +00:00 committed by github-actions[bot]
parent 43acb01642
commit 6741d9501e
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@ let
in stdenv.mkDerivation rec {
pname = "blueman";
version = "2.2.1";
version = "2.2.2";
src = fetchurl {
url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "0whs1bqnn1fgzrq7y2w1d06ldvfafq6h2xzmcfncbwmyb4i0mhgw";
sha256 = "sha256-Ge1ZsaE09YT8AF9HKV/vZAqXCf2bmyMHOI4RKjLs0PY=";
};
nativeBuildInputs = [