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 ca1715d + 1b81cb5 commit 10968e9Copy full SHA for 10968e9
pkgs/by-name/ec/ecapture/package.nix
@@ -22,13 +22,13 @@
22
23
buildGoModule rec {
24
pname = "ecapture";
25
- version = "0.9.5";
+ version = "1.0.0";
26
27
src = fetchFromGitHub {
28
owner = "gojue";
29
repo = "ecapture";
30
tag = "v${version}";
31
- hash = "sha256-aubGM7kJMtfCRBeFgISuyXS9CkDwBC9hB3d6VA9mG2E=";
+ hash = "sha256-z2cl3yUNUQhLT9bPWApABUIRNdbYqG/7QDwRTvCWvjY=";
32
fetchSubmodules = true;
33
};
34
@@ -113,7 +113,7 @@ buildGoModule rec {
113
in
114
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
115
116
- vendorHash = "sha256-8ilfqPt5Phuj5Uaf90+Ir/DFN27oW5Fd+Wsp34/EU9M=";
+ vendorHash = "sha256-3ry4eLe6W9YFFH7TdQm87CPvj8X/63XNC48A6EXqoDs=";
117
118
passthru.updateScript = nix-update-script { };
119
0 commit comments