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

ecapture: 0.8.8 -> 0.8.9 (#353354)

parents eb36bf24 128f06e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

buildGoModule rec {
  pname = "ecapture";
  version = "0.8.8";
  version = "0.8.9";

  src = fetchFromGitHub {
    owner = "gojue";
    repo = "ecapture";
    rev = "refs/tags/v${version}";
    hash = "sha256-pw/qlYVw1ofYDrTWTQVdx/N9U2JjkB05c7IUXURd4B8=";
    hash = "sha256-snq6ypEEyIVxD19pdc2qw/j6FPgmRS9l6lmdDcUljKw=";
    fetchSubmodules = true;
  };