Merge pull request #183205 from r-ryantm/auto-update/blueman

blueman: 2.3 -> 2.3.1
This commit is contained in:
Mario Rodas 2022-07-28 13:45:27 -05:00 committed by GitHub
commit e993244198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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