libxmp: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm 2023-07-15 01:24:09 +00:00
parent 7764e28784
commit 351417c686

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "libxmp";
version = "4.5.0";
version = "4.6.0";
meta = with lib; {
description = "Extended module player library";
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://sourceforge/xmp/libxmp/${pname}-${version}.tar.gz";
sha256 = "sha256-eEfSYhEtFOhEL0TlrG7Z3bylTCUShHILVjyFKzHybnU=";
sha256 = "sha256-LTxF/lI7UJB+ieYPmjt/TMmquD7J27p3Q+r/vNyzXqY=";
};
}