soundtouch: 2.3.1 -> 2.3.2

This commit is contained in:
R. Ryantm 2022-12-24 07:50:56 +00:00 committed by Emery Hemingway
parent 1c8e3b19fc
commit 4b4777638c

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "soundtouch";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "soundtouch";
repo = "soundtouch";
rev = version;
sha256 = "10znckb8mrnmvwj7vq12732al873qhqw27fpb5f8r0bkjdpcj3vr";
sha256 = "sha256-+RprzCn0NCueHhDkk2Lgg7Ihw8JDzu25eIVoVZwF+BA=";
};
nativeBuildInputs = [ autoconf automake libtool ];