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

snd: 23.4 -> 23.5
This commit is contained in:
Weijia Wang 2023-07-09 12:51:35 +03:00 committed by GitHub
commit 8e2acb4c40
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.4";
version = "23.5";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
sha256 = "sha256-1D/j/im1Xlx689k8zgnaRzJJYWHNviVhxyVzmLlfJps=";
sha256 = "sha256-ZbGrxy494BH6QIj2sYAUEiNBsbNJHXtAVRLPVFwAcQM=";
};
nativeBuildInputs = [ pkg-config ];