aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/raft-canonical
diff options
context:
space:
mode:
authorwucke13 <wucke13@gmail.com>2020-06-14 13:09:01 +0200
committerwucke13 <wucke13@gmail.com>2020-06-14 13:09:01 +0200
commitec1fe345da0c18c13bb704a49b81ff97867d4bc9 (patch)
tree4362f6eb6d3cbe4bf60922f54aa0099d59519974 /pkgs/development/libraries/raft-canonical
parenta0b01992314b877c547c4b4fc036296e431a3243 (diff)
raft-canonical: 0.9.18 -> 0.9.23
Diffstat (limited to 'pkgs/development/libraries/raft-canonical')
-rw-r--r--pkgs/development/libraries/raft-canonical/default.nix12
1 files changed, 3 insertions, 9 deletions
diff --git a/pkgs/development/libraries/raft-canonical/default.nix b/pkgs/development/libraries/raft-canonical/default.nix
index ed3d7ae9e701..68c4a95d0b68 100644
--- a/pkgs/development/libraries/raft-canonical/default.nix
+++ b/pkgs/development/libraries/raft-canonical/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "raft-canonical";
- version = "0.9.18";
+ version = "0.9.23";
src = fetchFromGitHub {
owner = "canonical";
repo = "raft";
rev = "v${version}";
- sha256 = "0f613aiyxqskz9d10f7r37ar9ngqsf9qsyk3jjf7s5l14wh6vl5k";
+ sha256 = "0swn95cf11fqczllmxr0nj3ig532rw4n3w6g3ckdnqka8520xjyr";
};
nativeBuildInputs = [ autoreconfHook file pkgconfig ];
@@ -18,13 +18,7 @@ stdenv.mkDerivation rec {
substituteInPlace configure --replace /usr/bin/ " "
'';
- # test fails
- #
- #append/finalizeSegment [ ERROR ]
- #Error: test/integration/test_uv_append.c:264: assertion failed: test_dir_has_file(f->dir, "0000000000000001-0000000000000004") is not true
- #Error: child killed by signal 6 (Aborted)
-
- doCheck = false;
+ doCheck = true;
outputs = [ "dev" "out" ];