diff options
| author | Jake Stanger <mail@jstanger.dev> | 2020-01-20 18:22:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-20 18:22:12 +0000 |
| commit | ef7fc3f71b44398c9d42a6581e6895e7a5d5c004 (patch) | |
| tree | d47ed9dbb9b76090c4176d281882bbe41099aaee | |
| parent | jalv: 1.6.2 -> 1.6.4 (diff) | |
| download | nixpkgs-ef7fc3f71b44398c9d42a6581e6895e7a5d5c004.tar.gz | |
rofi-mpd: 2.0.0 -> 2.0.1
| -rw-r--r-- | pkgs/applications/audio/rofi-mpd/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/rofi-mpd/default.nix b/pkgs/applications/audio/rofi-mpd/default.nix index c3654c00acf3..97c737675ad8 100644 --- a/pkgs/applications/audio/rofi-mpd/default.nix +++ b/pkgs/applications/audio/rofi-mpd/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "rofi-mpd"; - version = "2.0.0"; + version = "2.0.1"; src = fetchFromGitHub { owner = "JakeStanger"; repo = "Rofi_MPD"; rev = "v${version}"; - sha256 = "0qn2jwvil5csp423r523wjbgwpb781li2bgaz1mby3prscrlz8mg"; + sha256 = "12zzx0m2nwyzxzzqgzq30a27k015kcw4ylvs7cyalf5gf6sg27kl"; }; propagatedBuildInputs = with python3Packages; [ mutagen mpd2 toml appdirs ]; |
