snd: 23.6 -> 23.8

This commit is contained in:
R. Ryantm 2023-10-19 15:38:31 +00:00
parent c22fed2281
commit fef266a321

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "snd";
version = "23.6";
version = "23.8";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
sha256 = "sha256-3oh2kFhCYe1sl4MN336Z6pEmpluiUnlcC5aAZxn0zIE=";
sha256 = "sha256-g2+7i1+TgX17TpW1mHSdAzHKC/Gtm4NYZCmuVoPo2rg=";
};
nativeBuildInputs = [ pkg-config ];