Merge pull request #316716 from thillux/jitterentropy-3.5.0

jitterentropy: 3.4.1 -> 3.5.0
This commit is contained in:
nikstur 2024-06-03 17:19:10 +02:00 committed by GitHub
commit 58420269b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];