pianobar: 2018.06.22 -> 2019.02.14 (#58750)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pianobar/versions
This commit is contained in:
R. RyanTM 2019-04-07 14:13:01 -07:00 committed by xeji
parent 422a335707
commit c39795ed46

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, pkgconfig, libao, json_c, libgcrypt, ffmpeg, curl }:
stdenv.mkDerivation rec {
name = "pianobar-2018.06.22";
name = "pianobar-2019.02.14";
src = fetchurl {
url = "http://6xq.net/projects/pianobar/${name}.tar.bz2";
sha256 = "1hnlif62vsxgh8j9mcibxwj4gybpgqc11ba729kflpvvi9qmfqwl";
sha256 = "07z21vmlqpmvb3294r384iqbx972rwcx6chrdlkfv4hlnc9h7gf0";
};
nativeBuildInputs = [ pkgconfig ];