Merge pull request #97202 from r-ryantm/auto-update/miller

miller: 5.9.0 -> 5.9.1
This commit is contained in:
Mario Rodas 2020-09-06 18:57:03 -05:00 committed by GitHub
commit ef0e695c9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "miller";
version = "5.9.0";
version = "5.9.1";
src = fetchFromGitHub {
owner = "johnkerl";
repo = "miller";
rev = "v${version}";
sha256 = "14fi6jlqb980qjcpb90fk85cglskq9b9i2k0216bhpvjmagywgp7";
sha256 = "1i9bcpfjnl2yjnfmf0ar1l62zwq01ph0yylz0dby8k2l7cvq5ci6";
};
nativeBuildInputs = [ autoreconfHook flex libtool ];