Skip to content

Commit

Permalink
miller: 6.5.0 -> 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebTM committed Jan 3, 2023
1 parent 8ba56d7 commit 3b2469f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/miller/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "miller";
version = "6.5.0";
version = "6.6.0";

src = fetchFromGitHub {
owner = "johnkerl";
repo = "miller";
rev = "v${version}";
sha256 = "sha256-k/ibxJYgk3CT+/mYJ3DN9GatuiIgMPMs1+5cbCg4jxM=";
sha256 = "sha256-Uvf2kkWD6ir8XicEX+FNYmd2A9c/jd6GgwjYomNfjfc=";
};

vendorSha256 = "sha256-UQHqDuQeXfmGrRYSbqW6lnBDVTgDJGhJWmH4kgPrggE=";
vendorSha256 = "sha256-VW0mTq0oc95wVkFa+0rpsiOlS/9LT2Xy6u0RtSTsEoA=";

subPackages = [ "cmd/mlr" ];

Expand Down

0 comments on commit 3b2469f

Please sign in to comment.