From e4331d7904afc593bfec1c1407a388af2a887d50 Mon Sep 17 00:00:00 2001 From: Maciek Starzyk Date: Thu, 14 Jul 2022 21:04:03 +0200 Subject: [PATCH] miller: 6.2.0 -> 6.3.0 --- pkgs/tools/text/miller/default.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/pkgs/tools/text/miller/default.nix b/pkgs/tools/text/miller/default.nix index b524fd0484fd..aea58ddb9364 100644 --- a/pkgs/tools/text/miller/default.nix +++ b/pkgs/tools/text/miller/default.nix @@ -2,22 +2,16 @@ buildGoModule rec { pname = "miller"; - version = "6.2.0"; + version = "6.3.0"; src = fetchFromGitHub { owner = "johnkerl"; repo = "miller"; - # NOTE: The tag v6.2.0 has still old version number, as reported by - # `mlr --version`. This is the current head of the 6.2.0 branch, with - # the correct version number. - # - # For future releases please check if we can use - # `rev = "v${version}"` again. - rev = "a6dc231eefc209eb66b50b0773542c2e63501bba"; - sha256 = "sha256-hMWcf43o1wiVjHsgH+ZDBny5vlZQkKyoJN5np4gUy4w="; + rev = "v${version}"; + sha256 = "sha256-5lDoJo5v6L4nkaCSyeViOeCN6cn4lBIwHYc0Jx70FFk="; }; - vendorSha256 = "sha256-2tl/twzkvWB1lnvi3fIptM77zi0lmAn7Pzoe0/lW6o4="; + vendorSha256 = "sha256-MUffv6dRvtc4pC1vErGgUMh6B8bbVaP0avAKNamRErI="; subPackages = [ "cmd/mlr" ];