mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #322913 from r-ryantm/auto-update/fx
fx: 34.0.0 -> 35.0.0
This commit is contained in:
commit
2b0de594b8
@ -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 \
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user