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

rng-tools: 6.8 -> 6.9
This commit is contained in:
Maximilian Bosch 2019-12-26 11:31:05 +01:00 committed by GitHub
commit b574b94e20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "rng-tools";
version = "6.8";
version = "6.9";
src = fetchFromGitHub {
owner = "nhorman";
repo = "rng-tools";
rev = "v${version}";
sha256 = "1clm9i9xg3j79q0d6vinn6dx0nwh1fvzcmkqpcbay7mwsgkknvw2";
sha256 = "065jf26s8zkicb95zc9ilksjdq9gqrh5vcx3mhi6mypbnamn6w98";
};
postPatch = ''