jitterentropy: 3.6.0 -> 3.6.2

This commit is contained in:
R. Ryantm
2025-03-19 12:00:11 +00:00
parent 903d679a5a
commit cbdd0fb311
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "jitterentropy";
version = "3.6.0";
version = "3.6.2";
src = fetchFromGitHub {
owner = "smuellerDD";
repo = "jitterentropy-library";
rev = "v${version}";
hash = "sha256-CPvgc/W5Z2OfbP9Lp2tQevUQZr+xlh6q5r5Fp2WUHhg=";
hash = "sha256-A1Y+7CqzoQ6xoTwWU8gfq+dYJ+PiIpqtOOZSL0uVby4=";
};
nativeBuildInputs = [ cmake ];