Unverified Commit cb1f3bcd authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #300868 from r-ryantm/auto-update/fn-cli

fn-cli: 0.6.30 -> 0.6.31
parents 46225414 c90648d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "fn";
  version = "0.6.30";
  version = "0.6.31";

  src = fetchFromGitHub {
    owner = "fnproject";
    repo = "cli";
    rev = version;
    hash = "sha256-1j0Hd/SYoBhelCIFUFxkByczWSYFXjTE9TVH9E3Km+Y=";
    hash = "sha256-tL5mygomRdxHdWUAp6umMOhyKq/ZFcjn+5wZcqD2mVA=";
  };

  vendorHash = null;