ecapture: 0.8.6 -> 0.8.7 (#347080)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-10-07 23:44:37 +00:00
committed by GitHub
+2 -2
View File
@@ -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;
};