Unverified Commit 7c2e6e44 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #257500 from figsoda/fx

fx: 30.1.1 -> 30.2.0
parents 34bd1566 1d829295
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "fx";
  version = "30.1.1";
  version = "30.2.0";

  src = fetchFromGitHub {
    owner = "antonmedv";
    repo = pname;
    rev = version;
    hash = "sha256-uKHh7ERxcIXmKY2NHichuyEIDu0MkeTs1f0jqark//E=";
    hash = "sha256-1U3XaqRJpwC41R8hiF7vQ32DOTGGxhaU1ZWiXzys8/M=";
  };

  vendorHash = "sha256-6wVcdzTYnB0Bd/YLPcbryKxCXu5genzQQ96znbn2ahw=";