ecapture: 0.9.3 -> 0.9.4 (#383841)

Co-authored-by: Bot-wxt1221 <3264117476@qq.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-21 06:17:31 +00:00
committed by GitHub
co-authored by Bot-wxt1221
+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;
};