tetraproc: 0.9.2 -> 0.10.0

This commit is contained in:
R. Ryantm
2025-11-20 00:57:40 +00:00
parent a7e3137d88
commit 68646123fc
+2 -2
View File
@@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "tetraproc";
version = "0.9.2";
version = "0.10.0";
src = fetchurl {
url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pname}-${version}.tar.bz2";
sha256 = "sha256-kRak33RuYusG6U5FOf9b9vOJUjNK3zqoLL0V/bWBJqs=";
sha256 = "sha256-rDnFyjWaFdHcEdREdIEUGK95xg1Ghpj7rADgGq5VOXw=";
};
nativeBuildInputs = [ makeWrapper ];