soundtouch: 2.3.2 -> 2.3.3

This commit is contained in:
R. Ryantm 2024-03-31 01:00:52 +00:00
parent 4a660d5bb2
commit c321e9d0e7
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "soundtouch";
version = "2.3.2";
version = "2.3.3";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "soundtouch";
repo = "soundtouch";
rev = version;
sha256 = "sha256-+RprzCn0NCueHhDkk2Lgg7Ihw8JDzu25eIVoVZwF+BA=";
sha256 = "sha256-imeeTj+3gXxoGTuC/13+BAplwcnQ0wRJdSVt7MPlBxc=";
};
nativeBuildInputs = [ autoconf automake libtool ];