Skip to content

Commit fe77538

Browse files
committed
ecapture: 0.8.7 -> 0.8.8
1 parent 426ecab commit fe77538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ec/ecapture/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
buildGoModule rec {
2323
pname = "ecapture";
24-
version = "0.8.7";
24+
version = "0.8.8";
2525

2626
src = fetchFromGitHub {
2727
owner = "gojue";
2828
repo = "ecapture";
2929
rev = "refs/tags/v${version}";
30-
hash = "sha256-tkWbX/RGx+SbJn+vqPTgyStBwdhldd5hGuRj8wTwY9M=";
30+
hash = "sha256-pw/qlYVw1ofYDrTWTQVdx/N9U2JjkB05c7IUXURd4B8=";
3131
fetchSubmodules = true;
3232
};
3333

0 commit comments

Comments
 (0)