playerctl: 0.6.0 -> 0.6.1

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/playerctl/versions.
This commit is contained in:
R. RyanTM 2018-07-18 08:50:12 -07:00
parent 1ae2f10642
commit a73049b175

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "playerctl-${version}";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "acrisci";
repo = "playerctl";
rev = "v${version}";
sha256 = "1sxy87syrfk485f2x556rl567j6rph4ss0xahf04bv26bzj3mqrp";
sha256 = "0jnylj5d6i29c5y6yjxg1a88r2qfbac5pj95f2aljjkfh9428jbb";
};
nativeBuildInputs = [ pkgconfig ];