Merge pull request #81712 from r-ryantm/auto-update/randoop

randoop: 4.2.1 -> 4.2.2
This commit is contained in:
Mario Rodas 2020-03-05 07:29:56 -05:00 committed by GitHub
commit e5fd322143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, unzip }: { stdenv, fetchurl, unzip }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "4.2.1"; version = "4.2.2";
pname = "randoop"; pname = "randoop";
src = fetchurl { src = fetchurl {
url = "https://github.com/randoop/randoop/releases/download/v${version}/${pname}-${version}.zip"; url = "https://github.com/randoop/randoop/releases/download/v${version}/${pname}-${version}.zip";
sha256 = "0sq6zyagb8qrj629rq7amzi0dnm6q00mll6gd5yx1nqdnjbfb4qd"; sha256 = "1ac4llphh16n5ihc2hb1vggl65mbkw1xd1j3ixfskvmcy8valgqw";
}; };
buildInputs = [ unzip ]; buildInputs = [ unzip ];
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Automatic test generation for Java"; description = "Automatic test generation for Java";
homepage = https://randoop.github.io/randoop/; homepage = "https://randoop.github.io/randoop/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = platforms.linux; platforms = platforms.linux;