3
0
Fork 0
forked from mirrors/nixpkgs

blueman: 2.2.3 -> 2.2.4

This commit is contained in:
R. Ryantm 2022-02-11 04:29:18 +00:00
parent 06ff90f540
commit 9bcf26e019

View file

@ -9,11 +9,11 @@ let
in stdenv.mkDerivation rec {
pname = "blueman";
version = "2.2.3";
version = "2.2.4";
src = fetchurl {
url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-bt15Haav2PYQ/7CNUTjPz1DmJXrTDvrWhih/OivhBuk=";
sha256 = "sha256-VdY5/u2gtDsYplnmWYUhOlS0fcsTSPO07/tSONskJgI=";
};
nativeBuildInputs = [