soundtouch: 2.4.0 -> 2.4.1

Changes: https://codeberg.org/soundtouch/soundtouch/compare/2.4.0...2.4.1
This commit is contained in:
Sergei Trofimovich
2026-03-29 22:49:59 +01:00
parent f39098836a
commit c16fea9abd
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "soundtouch";
version = "2.4.0";
version = "2.4.1";
src = fetchFromCodeberg {
owner = "soundtouch";
repo = "soundtouch";
rev = finalAttrs.version;
hash = "sha256-7JUBAFURKtPCZrcKqL1rOLdsYMd7kGe7wY0JUl2XPvw=";
hash = "sha256-srSeFykj6jxAO2OaFCgA8J7SbD2REOKtRp3V17bCFQI=";
};
nativeBuildInputs = [