Skip to content

Commit

Permalink
Merge pull request #76409 from r-ryantm/auto-update/rng-tools
Browse files Browse the repository at this point in the history
rng-tools: 6.8 -> 6.9
  • Loading branch information
Ma27 committed Dec 26, 2019
2 parents 54184df + 8158563 commit b574b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/rng-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit b574b94

Please sign in to comment.