blueman: 2.0.5 -> 2.0.6

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/blueman/versions.
This commit is contained in:
R. RyanTM 2018-08-08 20:30:40 -07:00
parent 20f1388c3f
commit fe95720fc2

View File

@ -8,11 +8,11 @@ let
in stdenv.mkDerivation rec {
name = "blueman-${version}";
version = "2.0.5";
version = "2.0.6";
src = fetchurl {
url = "https://github.com/blueman-project/blueman/releases/download/${version}/${name}.tar.xz";
sha256 = "1jl83z56c01ypvv98mxn74kpbv58yrccggp1rbmnw1dnvjxvjbic";
sha256 = "0bc1lfsjkbrg9f1jnw6mx7bp04x76ljy9g0rgx7n80vaj0hpz3bj";
};
nativeBuildInputs = [