miller: 6.7.0 -> 6.8.0

This commit is contained in:
R. Ryantm 2023-06-12 02:29:11 +00:00
parent f5c28a079c
commit bdc9930174

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "miller";
version = "6.7.0";
version = "6.8.0";
src = fetchFromGitHub {
owner = "johnkerl";
repo = "miller";
rev = "v${version}";
sha256 = "sha256-fKgw4ii/riPTklEB+Q8/sOx2dCMS/kevyvXgpyFlkVs=";
sha256 = "sha256-AgKkB/c7rSgk2jS017vjaLPKdiWJ5y/1K5RM6c9RWQg=";
};
vendorHash = "sha256-uZa9H7Tj2ynwl3fFY9U+WZ0FcNuvHRQf7RCW6rebm5g=";
vendorHash = "sha256-4/BB4RaCXEgtGpBJGtccEAz9diogWTA4BxVLkOOlNMw=";
subPackages = [ "cmd/mlr" ];