miller: 6.8.0 -> 6.9.0

This commit is contained in:
R. Ryantm 2023-09-07 04:49:49 +00:00
parent 71c99509fd
commit 1df8afb5cf

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "miller";
version = "6.8.0";
version = "6.9.0";
src = fetchFromGitHub {
owner = "johnkerl";
repo = "miller";
rev = "v${version}";
sha256 = "sha256-AgKkB/c7rSgk2jS017vjaLPKdiWJ5y/1K5RM6c9RWQg=";
sha256 = "sha256-g2Jnqo3U9acyqohGpcEEogq871qJQTc7k0/oIawAQW8=";
};
vendorHash = "sha256-4/BB4RaCXEgtGpBJGtccEAz9diogWTA4BxVLkOOlNMw=";
vendorHash = "sha256-/1/FTQL3Ki8QzL+1J4Ah8kwiJyGPd024di/1MC8gtkE=";
subPackages = [ "cmd/mlr" ];