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

snd: 23.2 -> 23.3
This commit is contained in:
Weijia Wang 2023-05-16 23:48:06 +03:00 committed by GitHub
commit cade513b98
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.2";
version = "23.3";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
sha256 = "sha256-MLBFK34RgpEoK2reA+Ik35pY5YuzetDU1Wz9yAPQhEc=";
sha256 = "sha256-YuvTgpa006n+WlQHEtVRfoJl7IBoyevzURz0Suis5sE=";
};
nativeBuildInputs = [ pkg-config ];