summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2022-08-10 07:23:02 +0200
committerGitHub <noreply@github.com>2022-08-10 07:23:02 +0200
commit906c03f5505dd075b97c03b0291ebef05bf05206 (patch)
tree57db4c450b2c040b45cf0f5a224b1edaad2859b9
parentMerge pull request #184760 from r-ryantm/auto-update/xlockmore (diff)
parentrandoop: 4.3.0 -> 4.3.1 (diff)
downloadnixpkgs-906c03f5505dd075b97c03b0291ebef05bf05206.tar.gz
Merge pull request #183788 from r-ryantm/auto-update/randoop
randoop: 4.3.0 -> 4.3.1
-rw-r--r--pkgs/development/tools/analysis/randoop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/randoop/default.nix b/pkgs/development/tools/analysis/randoop/default.nix
index 66258d00935f..6c37a5dca422 100644
--- a/pkgs/development/tools/analysis/randoop/default.nix
+++ b/pkgs/development/tools/analysis/randoop/default.nix
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, unzip }:
stdenv.mkDerivation rec {
- version = "4.3.0";
+ version = "4.3.1";
pname = "randoop";
src = fetchurl {
url = "https://github.com/randoop/randoop/releases/download/v${version}/${pname}-${version}.zip";
- sha256 = "sha256-3svBmXcRvscaK8YD4qm/geQSJ6cAm0en/d7H09h41PQ=";
+ sha256 = "sha256-GWg3W/jjDKH6BcvjGt215J03NiDVWihU/m+2kejPVPA=";
};
nativeBuildInputs = [ unzip ];