Skip to content

Commit 10968e9

Browse files
ecapture: 0.9.5 -> 1.0.0 (NixOS#394203)
Co-authored-by: Bot-wxt1221 <[email protected]>
2 parents ca1715d + 1b81cb5 commit 10968e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
buildGoModule rec {
2424
pname = "ecapture";
25-
version = "0.9.5";
25+
version = "1.0.0";
2626

2727
src = fetchFromGitHub {
2828
owner = "gojue";
2929
repo = "ecapture";
3030
tag = "v${version}";
31-
hash = "sha256-aubGM7kJMtfCRBeFgISuyXS9CkDwBC9hB3d6VA9mG2E=";
31+
hash = "sha256-z2cl3yUNUQhLT9bPWApABUIRNdbYqG/7QDwRTvCWvjY=";
3232
fetchSubmodules = true;
3333
};
3434

@@ -113,7 +113,7 @@ buildGoModule rec {
113113
in
114114
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
115115

116-
vendorHash = "sha256-8ilfqPt5Phuj5Uaf90+Ir/DFN27oW5Fd+Wsp34/EU9M=";
116+
vendorHash = "sha256-3ry4eLe6W9YFFH7TdQm87CPvj8X/63XNC48A6EXqoDs=";
117117

118118
passthru.updateScript = nix-update-script { };
119119

0 commit comments

Comments
 (0)