lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

randoop: 4.3.1 -> 4.3.2

+2 -2
+2 -2
pkgs/development/tools/analysis/randoop/default.nix
··· 1 1 { lib, stdenv, fetchurl, unzip }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "4.3.1"; 4 + version = "4.3.2"; 5 5 pname = "randoop"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/randoop/randoop/releases/download/v${version}/${pname}-${version}.zip"; 9 - sha256 = "sha256-GWg3W/jjDKH6BcvjGt215J03NiDVWihU/m+2kejPVPA="; 9 + sha256 = "sha256-lcYI0Yns/R5VeOUG68Xe8h1BO8wlKvL1CZIqzWkgsqo="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ unzip ];