ecapture: 0.8.7 -> 0.8.8

This commit is contained in:
wxt
2024-10-25 21:56:45 +08:00
parent 426ecabdbe
commit fe77538f33
+2 -2
View File
@@ -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;
};