ecapture: 0.9.4 -> 0.9.5

This commit is contained in:
wxt
2025-03-14 21:20:29 +08:00
parent c6b19dfaa1
commit 631ce565b3
+2 -2
View File
@@ -22,13 +22,13 @@
buildGoModule rec {
pname = "ecapture";
version = "0.9.4";
version = "0.9.5";
src = fetchFromGitHub {
owner = "gojue";
repo = "ecapture";
tag = "v${version}";
hash = "sha256-94aZBsQG7xVX3mnE3z3bmTM9NUIG0/huov2OVZJmOe4=";
hash = "sha256-aubGM7kJMtfCRBeFgISuyXS9CkDwBC9hB3d6VA9mG2E=";
fetchSubmodules = true;
};