Unverified Commit 442c3556 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

fn-cli: 0.6.34 -> 0.6.35 (#350602)

parents 99fdc197 e0bec7a2
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.34";
  version = "0.6.35";

  src = fetchFromGitHub {
    owner = "fnproject";
    repo = "cli";
    rev = version;
    hash = "sha256-rbZySF7DrBN37YIetFXZE/aPSRex5cQnV8FZ0KDQ71k=";
    hash = "sha256-ohT4h9w6gaOk6C3O8eUBcmXHRSzL2mcRO8RnNY8htso=";
  };

  vendorHash = null;