Skip to content

Commit

Permalink
Merge pull request #208877 from SebTM/update/miller_660
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 4, 2023
2 parents f289c49 + 3b2469f commit 6567024
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 6567024

Please sign in to comment.