fx: 30.2.0 -> 31.0.0

This commit is contained in:
R. Ryantm 2023-11-11 06:28:45 +00:00
parent 02f05fceed
commit 887396a6f6

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fx";
version = "30.2.0";
version = "31.0.0";
src = fetchFromGitHub {
owner = "antonmedv";
repo = pname;
rev = version;
hash = "sha256-1U3XaqRJpwC41R8hiF7vQ32DOTGGxhaU1ZWiXzys8/M=";
hash = "sha256-AVaMViu+65xyYW3TzIigNXf5FfKb2v+TU/BMZqCX/Js=";
};
vendorHash = "sha256-6wVcdzTYnB0Bd/YLPcbryKxCXu5genzQQ96znbn2ahw=";
vendorHash = "sha256-kE6JotKP3YQ0B3HvyNU3fTvuwbnqTW8cwGVBYpiBvso=";
meta = with lib; {
description = "Terminal JSON viewer";