Commit 9431263b authored by R. RyanTM's avatar R. RyanTM
Browse files

go-minimock: 3.1.2 -> 3.1.3

parent 8d9f42c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "go-minimock";
  version = "3.1.2";
  version = "3.1.3";

  src = fetchFromGitHub {
    owner = "gojuno";
    repo = "minimock";
    rev = "v${version}";
    sha256 = "sha256-r1P9uLIxdDDI+slWO/K3nKf5gmsCEVfephrR+ZCXhBE=";
    sha256 = "sha256-6n5FOHTfsLYqnhlDO3etMnrypeOElmwdvoFQb3aSBts=";
  };

  ldflags = [