Merge pull request #83399 from r-ryantm/auto-update/subunit

subunit: 1.1.0 -> 1.4.0
This commit is contained in:
Marek Mahut 2020-03-29 11:28:43 +02:00 committed by GitHub
commit 9344204b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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