subunit: 1.1.0 -> 1.4.0

This commit is contained in:
R. RyanTM 2020-03-26 02:09:35 +00:00
parent 0bfd0187da
commit 575f9aa57d

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "subunit";
version = "1.1.0";
version = "1.4.0";
src = fetchurl {
url = "https://launchpad.net/subunit/trunk/${version}/+download/${pname}-${version}.tar.gz";
sha256 = "0lcah7p66c05p7xpw6ns1is0i02lh0nq8gq51mv4wyvbr6zaasa8";
sha256 = "1h7i5ifcx20qkya24j11nbwa829klw7dvnlljdgivgvcx6b20y80";
};
nativeBuildInputs = [ pkgconfig ];
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A streaming protocol for test results";
homepage = https://launchpad.net/subunit;
homepage = "https://launchpad.net/subunit";
license = licenses.asl20;
platforms = platforms.all;
};