jitterentropy: 3.5.0 -> 3.6.0

This commit is contained in:
R. Ryantm 2024-09-17 17:39:04 +00:00
parent 523eea5210
commit 166330d2b1

View File

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