ecapture: 0.8.9 -> 0.8.10 (#357714)

This commit is contained in:
Jenny 2024-11-22 13:39:40 +01:00 committed by GitHub
commit 67fd9cc23a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};