Commit e0bec7a2 authored by R. RyanTM's avatar R. RyanTM
Browse files

fn-cli: 0.6.34 -> 0.6.35

parent ee8bdf4f
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;