1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

serd: update from 0.18.2 to 0.20.0

This commit is contained in:
Cillian de Róiste 2014-08-30 19:58:37 +02:00
parent 8eee0eaef4
commit 455e0e0673

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "serd-${version}";
version = "0.18.2";
version = "0.20.0";
src = fetchurl {
url = "http://download.drobilla.net/${name}.tar.bz2";
sha256 = "1hgajhm4iar4n2kh71pv6yr0yhipj28kds9y5mbig8izqc188gcf";
sha256 = "1gxbzqsm212wmn8qkdd3lbl6wbv7fwmaf9qh2nxa4yxjbr7mylb4";
};
buildInputs = [ pcre pkgconfig python ];