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.
2 parents 9b84330 + 211e548 commit ce6566eCopy full SHA for ce6566e
pkgs/by-name/ec/ecapture/package.nix
@@ -21,13 +21,13 @@
21
22
buildGoModule rec {
23
pname = "ecapture";
24
- version = "0.9.1";
+ version = "0.9.2";
25
26
src = fetchFromGitHub {
27
owner = "gojue";
28
repo = "ecapture";
29
tag = "v${version}";
30
- hash = "sha256-ucauZ1nvsiNxeqMcMHbUaKidAGF/XW7hi04W+Bv6I6Q=";
+ hash = "sha256-UPWREeyB2YLYU3B4Rxr5oPoOfksL/lnllWyaFxhAe/0=";
31
fetchSubmodules = true;
32
};
33
@@ -106,7 +106,7 @@ buildGoModule rec {
106
in
107
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
108
109
- vendorHash = "sha256-A+0ASVHMzNcuLsP9F55hvGjflLg68p0ckj6kPbjdg4E=";
+ vendorHash = "sha256-8ilfqPt5Phuj5Uaf90+Ir/DFN27oW5Fd+Wsp34/EU9M=";
110
111
passthru.updateScript = nix-update-script { };
112
0 commit comments