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

snd: 23.8 -> 23.9
This commit is contained in:
Pol Dellaiera 2023-11-27 20:58:21 +01:00 committed by GitHub
commit d19a111dde
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.8";
version = "23.9";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
sha256 = "sha256-g2+7i1+TgX17TpW1mHSdAzHKC/Gtm4NYZCmuVoPo2rg=";
sha256 = "sha256-2iuY0kjLEVKTK4N1s+mBEt7+RlbK4rm6RFpWq08i6RY=";
};
nativeBuildInputs = [ pkg-config ];