ecapture: 0.8.6 -> 0.8.7

This commit is contained in:
R. Ryantm
2024-10-07 12:40:10 +00:00
parent 8ab1d552b8
commit 43be2aeca6
+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;
};