Merge pull request #94063 from r-ryantm/auto-update/disk-filltest

disk-filltest: 0.8.1 -> 0.8.2
This commit is contained in:
Ryan Mulligan 2020-07-28 06:57:26 -07:00 committed by GitHub
commit 33f6fc5e0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "disk-filltest";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "bingmann";
repo = "disk-filltest";
rev = "v${version}";
sha256 = "1vcb43hdln7xlklz1n0fsfp5x1j9pn829wbad4b110hrc7nwrnvm";
sha256 = "0qmcf5k5j7946wsbxrw4rqfj48mwl3r6kb4l3gppl97k7iyni6kj";
};
preBuild = ''