Skip to content

Commit

Permalink
Merge pull request #12536 from vbgl/ncmpcpp-72
Browse files Browse the repository at this point in the history
ncmpcpp: 0.7 -> 0.7.2
  • Loading branch information
jagajaga committed Jan 22, 2016
2 parents 0d13b93 + 23fa59f commit 801225a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/ncmpcpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ assert taglibSupport -> (taglib != null);
with stdenv.lib;
stdenv.mkDerivation rec {
name = "ncmpcpp-${version}";
version = "0.7";
version = "0.7.2";

src = fetchurl {
url = "http://ncmpcpp.rybczak.net/stable/${name}.tar.bz2";
sha256 = "0xzz0g9whqjcjaaqmsw5ph1zvpi2j5v3i5k73g7916rca3q4z4jh";
sha256 = "0fq9nk796cp7gs0gwrabb6wp7f5h7pph10hrkrik1wf4k3mzb4k3";
};

configureFlags = [ "BOOST_LIB_SUFFIX=" ]
Expand Down

0 comments on commit 801225a

Please sign in to comment.