ecapture: 0.8.9 -> 0.8.10

This commit is contained in:
wxt 2024-11-21 07:35:57 +08:00
parent f959feb88a
commit 95fc06c959
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.9";
version = "0.8.10";
src = fetchFromGitHub {
owner = "gojue";
repo = "ecapture";
rev = "refs/tags/v${version}";
hash = "sha256-snq6ypEEyIVxD19pdc2qw/j6FPgmRS9l6lmdDcUljKw=";
hash = "sha256-vaksl9Bt7Yu62MDGtgkFB4nhH0zdZ29JhE0ypQkuv74=";
fetchSubmodules = true;
};