3
0
Fork 0
forked from mirrors/nixpkgs

rofi-mpd: 2.0.1 -> 2.2.0

This commit is contained in:
Jake Stanger 2020-04-05 14:29:07 +01:00 committed by GitHub
parent 542a74a9dc
commit be2f9a3672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "rofi-mpd";
version = "2.0.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "JakeStanger";
repo = "Rofi_MPD";
rev = "v${version}";
sha256 = "12zzx0m2nwyzxzzqgzq30a27k015kcw4ylvs7cyalf5gf6sg27kl";
sha256 = "1b0y8706mmrxhiyz8g6znisllc35j8g7sz8gfjll9svysjmvb6lc";
};
propagatedBuildInputs = with python3Packages; [ mutagen mpd2 toml appdirs ];