Skip to content

Commit 70e8702

Browse files
committed
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: Markus Theil <theil.markus@gmail.com>
1 parent 54f63d5 commit 70e8702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ji/jitterentropy/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation rec {
99
pname = "jitterentropy";
10-
version = "3.6.0";
10+
version = "3.6.2";
1111

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

1919
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)