miller: 6.6.0 -> 6.7.0
This commit is contained in:
parent
f71c25b983
commit
72cb3903b5
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "miller";
|
pname = "miller";
|
||||||
version = "6.6.0";
|
version = "6.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "johnkerl";
|
owner = "johnkerl";
|
||||||
repo = "miller";
|
repo = "miller";
|
||||||
rev = "v${version}";
|
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" ];
|
subPackages = [ "cmd/mlr" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue