Unverified Commit 2b0de594 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

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

fx: 34.0.0 -> 35.0.0
parents 62040782 6d0362c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 \
+0 −2
Original line number Diff line number Diff line
@@ -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 { };