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

snd: 21.8 -> 22.0
This commit is contained in:
Bobby Rong 2022-01-20 12:57:14 +08:00 committed by GitHub
commit 7e89775a9e
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 = "21.8";
version = "22.0";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
sha256 = "sha256-sI2xa37eSBDr/ucQ7RF3YfsszKfWcmOCoAJENALSlTo=";
sha256 = "sha256-QK5lq2ek1yn3G0Ecs+TFIG5ST3lAETiyxuXIic3v1ik=";
};
nativeBuildInputs = [ pkg-config ];