mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gocover-cobertura: 1.4.0 -> 1.5.0
This commit is contained in:
parent
3570433a71
commit
e066ac78e4
1 changed files with 3 additions and 3 deletions
|
|
@ -6,17 +6,17 @@
|
|||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "gocover-cobertura";
|
||||
version = "1.4.0";
|
||||
version = "1.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "boumenot";
|
||||
repo = "gocover-cobertura";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-9KYNK6YV+iYB5Mmporzzw0aYTPCanvX7JALoP72dMtU=";
|
||||
sha256 = "sha256-7NrdoAUwbN6S19elYkYEiDbxIFVOaAnT7CbYZej/cfs=";
|
||||
};
|
||||
|
||||
deleteVendor = true;
|
||||
vendorHash = "sha256-tPCiU7UVltYaHM1JVRje6EeG6Thn+3qm5I3MjKvD1/o=";
|
||||
vendorHash = null;
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue