blueman: 2.2.2 -> 2.2.3 (#148882)

This commit is contained in:
R. RyanTM
2021-12-22 14:06:07 +03:00
committed by GitHub
parent 9cc57332a7
commit a565eea7a0
+2 -2
View File
@@ -9,11 +9,11 @@ let
in stdenv.mkDerivation rec {
pname = "blueman";
version = "2.2.2";
version = "2.2.3";
src = fetchurl {
url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-Ge1ZsaE09YT8AF9HKV/vZAqXCf2bmyMHOI4RKjLs0PY=";
sha256 = "sha256-bt15Haav2PYQ/7CNUTjPz1DmJXrTDvrWhih/OivhBuk=";
};
nativeBuildInputs = [