Unverified Commit fe77538f authored by wxt's avatar wxt
Browse files

ecapture: 0.8.7 -> 0.8.8

parent 426ecabd
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.7";
  version = "0.8.8";

  src = fetchFromGitHub {
    owner = "gojue";
    repo = "ecapture";
    rev = "refs/tags/v${version}";
    hash = "sha256-tkWbX/RGx+SbJn+vqPTgyStBwdhldd5hGuRj8wTwY9M=";
    hash = "sha256-pw/qlYVw1ofYDrTWTQVdx/N9U2JjkB05c7IUXURd4B8=";
    fetchSubmodules = true;
  };