sratom: update from 0.4.2 to 0.4.4

This commit is contained in:
Cillian de Róiste 2014-01-19 19:42:20 +01:00
parent f5642f26dd
commit 9f857e6e0c

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "sratom-${version}";
version = "0.4.2";
version = "0.4.4";
src = fetchurl {
url = "http://download.drobilla.net/${name}.tar.bz2";
sha256 = "16i5snknl9frz638mgr58lp11ap1xmkbrkb3l6f0ad8ddqpcjm3i";
sha256 = "1q4044md8nmqah8ay5mf4lgdl6x0sfa4cjqyqk9da8nqzvs2j37s";
};
buildInputs = [ lv2 pkgconfig python serd sord ];