jitterentropy: 3.4.1 -> 3.5.0

Changes:
- add distinction between intermittent and permanent health failure
- add compile time option to allow configuring a mask to reduce the size of the time stamp used for the APT

Upstream changelog: https://github.com/smuellerDD/jitterentropy-library/releases/tag/v3.5.0

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil 2024-06-02 20:11:37 +02:00
parent 822ce1869f
commit ef56def164

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "jitterentropy";
version = "3.4.1";
version = "3.5.0";
src = fetchFromGitHub {
owner = "smuellerDD";
repo = "jitterentropy-library";
rev = "v${version}";
hash = "sha256-GSGlupTN1o8BbTN287beqYSRFDaXOk6SlIRvtjpvmhQ=";
hash = "sha256-USc9e/GyajJe58/Z201AO3Y+t3IPOOdJAaifEwvgm2Q=";
};
outputs = [ "out" "dev" ];