goodhosts: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm 2024-01-25 11:03:36 +00:00
parent 06570e5418
commit 91bffc44e8

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";