Merge pull request #78093 from magnetophon/serd

serd: 0.30.0 -> 0.30.2
This commit is contained in:
Mario Rodas 2020-01-22 20:03:01 -05:00 committed by GitHub
commit fb0bfba560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "serd";
version = "0.30.0";
version = "0.30.2";
src = fetchurl {
url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
sha256 = "1yyfyvc6kwagi5w43ljp1bbjdvdpmgpds74lmjxycm91bkx0xyvf";
sha256 = "00kjjgs5a8r72khgpya14scvl3n58wqwl5927y14z03j25q04ccx";
};
nativeBuildInputs = [ pkgconfig python3 wafHook ];