Commit 43be2aec authored by R. RyanTM's avatar R. RyanTM
Browse files

ecapture: 0.8.6 -> 0.8.7

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

buildGoModule rec {
  pname = "ecapture";
  version = "0.8.6";
  version = "0.8.7";

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