Merge pull request #36025 from ryantm/auto-update/snd-17.8-to-18.1

snd: 17.8 -> 18.1
This commit is contained in:
Mateusz Kowalczyk 2018-02-28 11:29:00 +00:00 committed by GitHub
commit 2c15ebfc5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "snd-17.8";
name = "snd-18.1";
src = fetchurl {
url = "mirror://sourceforge/snd/${name}.tar.gz";
sha256 = "161bx2xgz692iqmsmhv9yi8rvd7y31si4rniizwirwz7q4y4vwvf";
sha256 = "0wdifvpm54j5fxxp867jnrfdy3jb8iff2mxqvp08plp45zfjv6xh";
};
nativeBuildInputs = [ pkgconfig ];