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

snd: 22.2 -> 22.5
This commit is contained in:
Mario Rodas 2022-08-13 12:19:18 -05:00 committed by GitHub
commit 9c7c0650c5
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 = "22.2";
version = "22.5";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
sha256 = "sha256-MZ8Vm/d+0r7YsXdySKcH5rqXBh4iFLyUe44LBOD58E0=";
sha256 = "sha256-a/nYq6Cfbx93jfA6I8it+U0U36dOAFSpRis32spPks4=";
};
nativeBuildInputs = [ pkg-config ];