diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2024-10-31 11:02:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 11:02:31 +0100 |
| commit | 70289923bc67747ac95384059995cec8d75f416e (patch) | |
| tree | 27a13e3b24bc4244425d9c9329c55046306bc898 | |
| parent | [Backport staging-24.05] mpg123: 1.32.6 -> 1.32.7 (#352435) (diff) | |
| parent | mpg123: 1.32.7 -> 1.32.8 (diff) | |
| download | nixpkgs-70289923bc67747ac95384059995cec8d75f416e.tar.gz | |
[Backport staging-24.05] mpg123: 1.32.7 -> 1.32.8 (#352437)
| -rw-r--r-- | pkgs/applications/audio/mpg123/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mpg123/default.nix b/pkgs/applications/audio/mpg123/default.nix index 9fe4e925c13a..f18469f56588 100644 --- a/pkgs/applications/audio/mpg123/default.nix +++ b/pkgs/applications/audio/mpg123/default.nix @@ -22,11 +22,11 @@ assert withConplay -> !libOnly; stdenv.mkDerivation rec { pname = "${lib.optionalString libOnly "lib"}mpg123"; - version = "1.32.7"; + version = "1.32.8"; src = fetchurl { url = "mirror://sourceforge/mpg123/mpg123-${version}.tar.bz2"; - hash = "sha256-PIkZJDcHlRysDjw5u/KGU7yv/EPJj/FoAaJzUNuPDyE="; + hash = "sha256-/u4TdMeVQODkBd8LxF/eIK1nARQlw2GidZ4hRolKJ6c="; }; outputs = [ "out" "dev" "man" ] ++ lib.optional withConplay "conplay"; |
