miller: 6.6.0 -> 6.7.0

This commit is contained in:
R. Ryantm 2023-03-05 01:18:54 +00:00
parent f71c25b983
commit 72cb3903b5

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "miller";
version = "6.6.0";
version = "6.7.0";
src = fetchFromGitHub {
owner = "johnkerl";
repo = "miller";
rev = "v${version}";
sha256 = "sha256-Uvf2kkWD6ir8XicEX+FNYmd2A9c/jd6GgwjYomNfjfc=";
sha256 = "sha256-fKgw4ii/riPTklEB+Q8/sOx2dCMS/kevyvXgpyFlkVs=";
};
vendorSha256 = "sha256-VW0mTq0oc95wVkFa+0rpsiOlS/9LT2Xy6u0RtSTsEoA=";
vendorHash = "sha256-uZa9H7Tj2ynwl3fFY9U+WZ0FcNuvHRQf7RCW6rebm5g=";
subPackages = [ "cmd/mlr" ];