hostctl: 1.1.0 -> 1.1.1

This commit is contained in:
R. RyanTM 2021-08-04 07:05:40 +00:00
parent 7b8141a42c
commit 0948110e24

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hostctl";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "guumaster";
repo = pname;
rev = "v${version}";
sha256 = "sha256-X07JvXN1mwOQE2XBfaYbqQnQ92fBSg/Erj0yUygAqmM=";
sha256 = "sha256-VjFjGvIoymGVVRiZUk/qoq/PTYoklp+Jz89zndX0e5A=";
};
vendorSha256 = "sha256-rGDWrivIdl5FTu/kNR8nAfE2+1hE4cm3uDg7oBobE9M=";