diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-09-03 06:00:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-03 06:00:57 +0000 |
commit | 2e1f9ebefbac3a1038815f64f23f45166e65563b (patch) | |
tree | 96800093a3703ca05d8637f8c220dc473f6d4a63 /pkgs/tools/text/gtree/default.nix | |
parent | 8490868860c9a411ab2629789fb0bed0da229879 (diff) | |
parent | d816b5ab44187a2dd84806630ce77a733724f95f (diff) |
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/text/gtree/default.nix')
-rw-r--r-- | pkgs/tools/text/gtree/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/gtree/default.nix b/pkgs/tools/text/gtree/default.nix index 17e04df844536..8ed61465d8a62 100644 --- a/pkgs/tools/text/gtree/default.nix +++ b/pkgs/tools/text/gtree/default.nix @@ -7,13 +7,13 @@ buildGoModule rec { pname = "gtree"; - version = "1.9.6"; + version = "1.9.7"; src = fetchFromGitHub { owner = "ddddddO"; repo = "gtree"; rev = "v${version}"; - hash = "sha256-eU5mMUDUh5eMzd4oLc0XOHapt1hhODWXQJ+OJAy3tWc="; + hash = "sha256-FXcR8MlLXvfLta0XKw5+AOf5f/mLTL3LiYn6Rm49el8="; }; vendorHash = "sha256-QxcDa499XV43p8fstENOtfe3iZ176R5/Ub5iovXlYIM="; |