Merge pull request #229643 from r-ryantm/auto-update/bonnie

bonnie: 1.98 -> 2.00a
This commit is contained in:
Jörg Thalheim 2023-05-03 16:19:08 +01:00 committed by GitHub
commit 500574b6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bonnie++";
version = "1.98";
version = "2.00a";
src = fetchurl {
url = "https://www.coker.com.au/bonnie++/bonnie++-${version}.tgz";
sha256 = "010bmlmi0nrlp3aq7p624sfaj5a65lswnyyxk3cnz1bqig0cn2vf";
sha256 = "sha256-qNM7vYG8frVZzlv25YS5tT+uo5zPtK6S5Y8nJX5Gjw4=";
};
enableParallelBuilding = true;