Skip to content

Commit ce6566e

Browse files
ecapture: 0.9.1 -> 0.9.2 (NixOS#369968)
2 parents 9b84330 + 211e548 commit ce6566e

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
@@ -21,13 +21,13 @@
2121

2222
buildGoModule rec {
2323
pname = "ecapture";
24-
version = "0.9.1";
24+
version = "0.9.2";
2525

2626
src = fetchFromGitHub {
2727
owner = "gojue";
2828
repo = "ecapture";
2929
tag = "v${version}";
30-
hash = "sha256-ucauZ1nvsiNxeqMcMHbUaKidAGF/XW7hi04W+Bv6I6Q=";
30+
hash = "sha256-UPWREeyB2YLYU3B4Rxr5oPoOfksL/lnllWyaFxhAe/0=";
3131
fetchSubmodules = true;
3232
};
3333

@@ -106,7 +106,7 @@ buildGoModule rec {
106106
in
107107
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
108108

109-
vendorHash = "sha256-A+0ASVHMzNcuLsP9F55hvGjflLg68p0ckj6kPbjdg4E=";
109+
vendorHash = "sha256-8ilfqPt5Phuj5Uaf90+Ir/DFN27oW5Fd+Wsp34/EU9M=";
110110

111111
passthru.updateScript = nix-update-script { };
112112

0 commit comments

Comments
 (0)