Unverified Commit d1adddbb authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

ecapture: 1.0.0 -> 1.0.1 (#397285)



Co-authored-by: default avatarBot-wxt1221 <3264117476@qq.com>
parents 59e892c2 a9d96036
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

buildGoModule rec {
  pname = "ecapture";
  version = "1.0.0";
  version = "1.0.1";

  src = fetchFromGitHub {
    owner = "gojue";
    repo = "ecapture";
    tag = "v${version}";
    hash = "sha256-z2cl3yUNUQhLT9bPWApABUIRNdbYqG/7QDwRTvCWvjY=";
    hash = "sha256-ZBuilCZKKc2jCLvpvESgJ2vC6awJiImoqTjospoxJdw=";
    fetchSubmodules = true;
  };