Commit 70e87022 authored by Markus Theil's avatar Markus Theil
Browse files

jitterentropy: 3.6.0 -> 3.6.2



Changes:
- Fix RCT re-initialization in jent_read_entropy_safe (thanks to Joshua Hill for pointing this out)
- simplify test code
- improve keyword portability

Signed-off-by: default avatarMarkus Theil <theil.markus@gmail.com>
parent 54f63d54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "jitterentropy";
  version = "3.6.0";
  version = "3.6.2";

  src = fetchFromGitHub {
    owner = "smuellerDD";
    repo = "jitterentropy-library";
    rev = "v${version}";
    hash = "sha256-CPvgc/W5Z2OfbP9Lp2tQevUQZr+xlh6q5r5Fp2WUHhg=";
    hash = "sha256-A1Y+7CqzoQ6xoTwWU8gfq+dYJ+PiIpqtOOZSL0uVby4=";
  };

  nativeBuildInputs = [ cmake ];