miller: 5.10.2 -> 5.10.3

This commit is contained in:
R. Ryantm 2021-12-07 14:51:56 +00:00
parent a98017a5f9
commit c9e5c71508

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "miller";
version = "5.10.2";
version = "5.10.3";
src = fetchFromGitHub {
owner = "johnkerl";
repo = "miller";
rev = "v${version}";
sha256 = "sha256-NI57U3FpUfQ6ouBEYrzzG+9kpL58BD4HoAuRAFJMO9k=";
sha256 = "sha256-Mag7bIfZNdp+sM54yKp8HdH3kWjwWRfyPBGthej2jd8=";
};
nativeBuildInputs = [ autoreconfHook flex libtool ];