gnu: rng-tools: Update to 6.11.
* gnu/packages/linux.scm (rng-tools): Update to 6.11.
This commit is contained in:
parent
a8f8680b40
commit
bef64a7fab
1 changed files with 2 additions and 2 deletions
|
@ -5626,7 +5626,7 @@ The collection contains a set of bandwidth and latency benchmark such as:
|
||||||
(package
|
(package
|
||||||
(name "rng-tools")
|
(name "rng-tools")
|
||||||
(home-page "https://github.com/nhorman/rng-tools")
|
(home-page "https://github.com/nhorman/rng-tools")
|
||||||
(version "6.10")
|
(version "6.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url home-page)
|
(uri (git-reference (url home-page)
|
||||||
|
@ -5634,7 +5634,7 @@ The collection contains a set of bandwidth and latency benchmark such as:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hbml37yxs0fs69g7f2x4ixq61z0029swy99rn7ykma9mi6b7ni9"))))
|
"0wwvi8a8k2ahhmwln4w970b8gd3in3g13jkbsapkpnspwmlqj5xa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Disable support for various hardware entropy sources as they need
|
`(;; Disable support for various hardware entropy sources as they need
|
||||||
|
|
Reference in a new issue