Merge pull request #262102 from r-ryantm/auto-update/snd

snd: 23.6 -> 23.8
This commit is contained in:
Weijia Wang 2023-10-28 03:50:30 +02:00 committed by GitHub
commit 24685e1b71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];