Merge pull request #314157 from r-ryantm/auto-update/rng-tools

rng-tools: 6.16 -> 6.17
This commit is contained in:
Matthias Beyer
2024-05-24 10:55:45 +02:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "rng-tools";
version = "6.16";
version = "6.17";
src = fetchFromGitHub {
owner = "nhorman";
repo = pname;
rev = "v${version}";
hash = "sha256-9pXQhG2nbu6bq4BnBgEOyyUBNkQTI5RhWmJIoLtFU+c=";
hash = "sha256-wqJvLvxmNG2nb5P525w25Y8byUUJi24QIHNJomCKeG8=";
};
nativeBuildInputs = [ autoreconfHook libtool pkg-config ];