Merge pull request #39198 from r-ryantm/auto-update/playerctl

playerctl: 0.5.0 -> 0.6.0
This commit is contained in:
Jörg Thalheim 2018-04-21 19:02:20 +01:00 committed by GitHub
commit 3df0ac9762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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