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

fn-cli: 0.6.30 -> 0.6.31

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