blueman: 2.3.1 -> 2.3.2

This commit is contained in:
R. Ryantm 2022-08-02 11:08:01 +00:00
parent d2042f91c1
commit 17b513517b

View File

@ -9,11 +9,11 @@ let
in stdenv.mkDerivation rec {
pname = "blueman";
version = "2.3.1";
version = "2.3.2";
src = fetchurl {
url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-9swQ+lLgcEG+f8cMnB+5SFeT5BBrwUCcjVXJsfwXq4I=";
sha256 = "sha256-hM99f9Fzh1HHfgYF9y5M3UtyMHindo/j81MJmToDUK4=";
};
nativeBuildInputs = [