Skip to content

Commit 67fd9cc

Browse files
authored
ecapture: 0.8.9 -> 0.8.10 (#357714)
2 parents 7b64d9a + 95fc06c commit 67fd9cc

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.9";
24+
version = "0.8.10";
2525

2626
src = fetchFromGitHub {
2727
owner = "gojue";
2828
repo = "ecapture";
2929
rev = "refs/tags/v${version}";
30-
hash = "sha256-snq6ypEEyIVxD19pdc2qw/j6FPgmRS9l6lmdDcUljKw=";
30+
hash = "sha256-vaksl9Bt7Yu62MDGtgkFB4nhH0zdZ29JhE0ypQkuv74=";
3131
fetchSubmodules = true;
3232
};
3333

0 commit comments

Comments
 (0)