Skip to content

Commit

Permalink
openmpt123: 0.5.0 -> 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 29, 2020
1 parent 2988feb commit c851fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/openmpt123/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
, usePulseAudio ? config.pulseaudio or false, libpulseaudio }:

let
version = "0.5.0";
version = "0.5.1";
in stdenv.mkDerivation {
pname = "openmpt123";
inherit version;

src = fetchurl {
url = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${version}+release.autotools.tar.gz";
sha256 = "0zl3djy9z7cpqk8g8pxrzmmikxsskb0y5qdabg6c683j7x5abjs3";
sha256 = "1vpalfsrkbx4vyrh1qy564lr91jwdxlbjivv5gzf8zcywxasf0xa";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit c851fac

Please sign in to comment.