We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426ecab commit fe77538Copy full SHA for fe77538
pkgs/by-name/ec/ecapture/package.nix
@@ -21,13 +21,13 @@
21
22
buildGoModule rec {
23
pname = "ecapture";
24
- version = "0.8.7";
+ version = "0.8.8";
25
26
src = fetchFromGitHub {
27
owner = "gojue";
28
repo = "ecapture";
29
rev = "refs/tags/v${version}";
30
- hash = "sha256-tkWbX/RGx+SbJn+vqPTgyStBwdhldd5hGuRj8wTwY9M=";
+ hash = "sha256-pw/qlYVw1ofYDrTWTQVdx/N9U2JjkB05c7IUXURd4B8=";
31
fetchSubmodules = true;
32
};
33
0 commit comments