mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
mpg123: 1.32.4 -> 1.32.5
This commit is contained in:
parent
6ecec40792
commit
9d2e415a04
@ -21,11 +21,11 @@ assert withConplay -> !libOnly;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "${lib.optionalString libOnly "lib"}mpg123";
|
pname = "${lib.optionalString libOnly "lib"}mpg123";
|
||||||
version = "1.32.4";
|
version = "1.32.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/mpg123/mpg123-${version}.tar.bz2";
|
url = "mirror://sourceforge/mpg123/mpg123-${version}.tar.bz2";
|
||||||
hash = "sha256-WplmQzj7L3UbZi9A7iWATQydtrV13LXOdBxtxkIkoIo=";
|
hash = "sha256-r5CM32zbZUS5e8cGp5n3mJTmlGivWIG/RUoOu5Fx7WM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "man" ] ++ lib.optional withConplay "conplay";
|
outputs = [ "out" "dev" "man" ] ++ lib.optional withConplay "conplay";
|
||||||
|
Loading…
Reference in New Issue
Block a user