Merge pull request #97198 from r-ryantm/auto-update/lzbench

lzbench: 1.8 -> 1.8.1
This commit is contained in:
Mario Rodas 2020-10-04 08:56:46 -05:00 committed by GitHub
commit bb4164e8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lzbench";
version = "1.8";
version = "1.8.1";
src = fetchFromGitHub {
owner = "inikep";
repo = pname;
rev = "v${version}";
sha256 = "0gxw9b3yjj3z2b1y9mx3yfhklyxpfmb8fjf9mfpg9hlbr9mcpff3";
sha256 = "19zlvcjb1qg4fx30rrp6m650660y35736j8szvdxmqh9ipkisyia";
};
enableParallelBuilding = true;