Unverified Commit 355ee519 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

fn-cli: 0.6.38 -> 0.6.39 (#386696)

parents 5029b3fe db64804f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "fn";
  version = "0.6.38";
  version = "0.6.39";

  src = fetchFromGitHub {
    owner = "fnproject";
    repo = "cli";
    rev = version;
    hash = "sha256-JzOt0wjlChK07NhZ0y5kFtsmN5cLL4dJStogmGucAgc=";
    hash = "sha256-AInZh/e2cA7TUlbSrN5peTmGF9of+3fbWrJI29tBjd8=";
  };

  vendorHash = null;