Merge pull request #322913 from r-ryantm/auto-update/fx

fx: 34.0.0 -> 35.0.0
This commit is contained in:
Nikolay Korotkiy 2024-06-28 11:00:29 +04:00 committed by GitHub
commit 2b0de594b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "fx";
version = "34.0.0";
version = "35.0.0";
src = fetchFromGitHub {
owner = "antonmedv";
repo = pname;
rev = version;
hash = "sha256-gVeeCJOqrEua5quID1n1928oHtP9gfIDe4erVn1y2Eo=";
hash = "sha256-EirlA/gcW77UP9I4pVCjjG3pSYnCPw+idX9YS1izEpY=";
};
nativeBuildInputs = [ installShellFiles ];
vendorHash = "sha256-otORAeD9+J6/10TDusEnFfRRxTb/52Zk7Ttaw46xnsU=/sTS1mJw=";
vendorHash = "sha256-h9BUL7b8rNmhVxmXL3CBF39WSkX+8eS2M9NDJhbPI0o=";
postInstall = ''
installShellCompletion --cmd fx \

View File

@ -5272,8 +5272,6 @@ with pkgs;
futhark = haskell.lib.compose.justStaticExecutables haskellPackages.futhark;
fx = callPackage ../development/tools/fx { };
tllist = callPackage ../development/libraries/tllist { };
fcft = callPackage ../development/libraries/fcft { };