Merge pull request #283739 from r-ryantm/auto-update/goodhosts

goodhosts: 1.1.1 -> 1.1.2
This commit is contained in:
Weijia Wang 2024-02-04 21:06:30 +01:00 committed by GitHub
commit 558cc9bb03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "goodhosts";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "goodhosts";
repo = "cli";
rev = "v${version}";
hash = "sha256-VXOMyYM4jS3gYxm3WiKw3uKeC535ppd9iHumPiupGbc=";
hash = "sha256-ZasS7AYGYPV+nzp9JbJC5pD0yQ+ik+QnuL+3qC1uqFk=";
};
ldflags = [
@ -23,7 +23,7 @@ buildGoModule rec {
mv $out/bin/cli $out/bin/goodhosts
'';
vendorHash = "sha256-pL1z8cfnzcmX5iMVHQJGXYmzGuf8bp4Txbqoh5wSPWQ=";
vendorHash = "sha256-t/pdJWz6rLnBbH8iq9Nqy+E+DD2770UCEcowwStPdqM=";
meta = with lib; {
description = "A CLI tool for managing hostfiles";