Merge pull request #205662 from figsoda/wander

wander: remove unused fetchpatch
This commit is contained in:
figsoda 2022-12-11 15:44:24 -05:00 committed by GitHub
commit f9642cc689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
{ wander, buildGoModule, fetchFromGitHub, fetchpatch, installShellFiles, lib, testers }:
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, wander }:
buildGoModule rec {
pname = "wander";
@ -13,7 +13,7 @@ buildGoModule rec {
vendorSha256 = "sha256-iTaZ5/0UrLJ3JE3FwQpvjKKrhqklG4n1WFTJhWfj/rI=";
ldflags = [ "-X github.com/robinovitch61/wander/cmd.Version=v${version}" ];
ldflags = [ "-s" "-w" "-X=github.com/robinovitch61/wander/cmd.Version=v${version}" ];
nativeBuildInputs = [ installShellFiles ];