jitterentropy: 3.6.2 -> 3.6.3

This commit is contained in:
R. Ryantm
2025-04-21 13:36:48 +00:00
parent 78e2cd1a15
commit ee75e581f1

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "jitterentropy";
version = "3.6.2";
version = "3.6.3";
src = fetchFromGitHub {
owner = "smuellerDD";
repo = "jitterentropy-library";
rev = "v${version}";
hash = "sha256-A1Y+7CqzoQ6xoTwWU8gfq+dYJ+PiIpqtOOZSL0uVby4=";
hash = "sha256-A7a0kg9JRiNNKJbLJu5Fbu6ZgCwv3+3oDhZr3jwNXmM=";
};
nativeBuildInputs = [ cmake ];