Skip to content

Commit

Permalink
ecapture: 0.9.1 -> 0.9.2 (#369968)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Jan 2, 2025
2 parents 9b84330 + 211e548 commit ce6566e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ec/ecapture/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

buildGoModule rec {
pname = "ecapture";
version = "0.9.1";
version = "0.9.2";

src = fetchFromGitHub {
owner = "gojue";
repo = "ecapture";
tag = "v${version}";
hash = "sha256-ucauZ1nvsiNxeqMcMHbUaKidAGF/XW7hi04W+Bv6I6Q=";
hash = "sha256-UPWREeyB2YLYU3B4Rxr5oPoOfksL/lnllWyaFxhAe/0=";
fetchSubmodules = true;
};

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

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

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

Expand Down

0 comments on commit ce6566e

Please sign in to comment.