Skip to content

Commit

Permalink
gocov: use sri hash syntax (removes warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoquet committed Feb 13, 2024
1 parent 16aa8aa commit 3ec12cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/gocov/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ buildGoModule rec {
owner = "axw";
repo = pname;
rev = "v${version}";
sha256 = "14dsbabp1h31zzx7xlzg604spk3k3a0wpyq9xsrpqr8hz425h9xv";
hash = "sha256-uydYBPkQZXyz7gn7y4Eac8yrCTDv0376/2HAcJdaupE=";
};

vendorSha256 = "1hkfj18sshn8z0w1njgrwzchagxz1fmpq26a1wsf47xd64ydzwi1";
vendorHash = "sha256-IfLfPDGtH+I0D8oIfKsLvz8F2ef5SRs4+MhCrVGQbsI=";

meta = with lib; {
description = "Coverage testing tool for The Go Programming Language.";
Expand Down

0 comments on commit 3ec12cc

Please sign in to comment.