ecapture: 0.8.8 -> 0.8.9

This commit is contained in:
wxt 2024-11-03 20:37:00 +08:00
parent fe77538f33
commit 128f06e74e
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

View File

@ -21,13 +21,13 @@
buildGoModule rec {
pname = "ecapture";
version = "0.8.8";
version = "0.8.9";
src = fetchFromGitHub {
owner = "gojue";
repo = "ecapture";
rev = "refs/tags/v${version}";
hash = "sha256-pw/qlYVw1ofYDrTWTQVdx/N9U2JjkB05c7IUXURd4B8=";
hash = "sha256-snq6ypEEyIVxD19pdc2qw/j6FPgmRS9l6lmdDcUljKw=";
fetchSubmodules = true;
};