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

randoop: 4.2.5 -> 4.2.6
This commit is contained in:
davidak 2021-08-19 02:23:13 +02:00 committed by GitHub
commit 94ea1bd12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, unzip }:
stdenv.mkDerivation rec {
version = "4.2.5";
version = "4.2.6";
pname = "randoop";
src = fetchurl {
url = "https://github.com/randoop/randoop/releases/download/v${version}/${pname}-${version}.zip";
sha256 = "0v3vla3k6csfb8w0j9njrhcjj4n7yh172n9wv6z397f1sa0fs202";
sha256 = "sha256-69cKAyMwORG4A91OARmY4uQKgBZIx9N/zc7TZ086CK0=";
};
nativeBuildInputs = [ unzip ];