Merge pull request #300358 from r-ryantm/auto-update/soundtouch

soundtouch: 2.3.2 -> 2.3.3
This commit is contained in:
Weijia Wang 2024-04-06 02:21:20 +02:00 committed by GitHub
commit 72783e9b74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];