ecapture: 0.9.3 -> 0.9.4

This commit is contained in:
R. Ryantm
2025-02-21 05:03:06 +00:00
parent ce48a09129
commit e8dd8f96aa
+2 -2
View File
@@ -22,13 +22,13 @@
buildGoModule rec {
pname = "ecapture";
version = "0.9.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = "gojue";
repo = "ecapture";
tag = "v${version}";
hash = "sha256-nqNFbZrmCleWcRM2HsbgmCHqsar3KmiGYxt55ZqhY+U=";
hash = "sha256-94aZBsQG7xVX3mnE3z3bmTM9NUIG0/huov2OVZJmOe4=";
fetchSubmodules = true;
};