Skip to content

Commit

Permalink
Merge pull request #16418 from womfoo/pianobar
Browse files Browse the repository at this point in the history
pianobar: 2015.11.22 -> 2016.06.02
  • Loading branch information
pSub committed Jun 22, 2016
2 parents a3072d3 + b15b320 commit c9412ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/pianobar/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ fetchurl, stdenv, pkgconfig, libao, readline, json_c, libgcrypt, libav, curl }:

stdenv.mkDerivation rec {
name = "pianobar-2015.11.22";
name = "pianobar-2016.06.02";

src = fetchurl {
url = "http://6xq.net/projects/pianobar/${name}.tar.bz2";
sha256 = "0arjvs31d108l1mn2k2hxbpg3mxs47vqzxm0lzdpfcjvypkckyr3";
sha256 = "0n9544bfsdp04xqcjm4nhfvp357dx0c3gpys0rjkq09nzv8b1vy6";
};

buildInputs = [
Expand Down

0 comments on commit c9412ca

Please sign in to comment.