hostctl: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm 2022-03-17 11:05:33 +00:00
parent 3619ffaeb6
commit 8d1664a7a8

View file

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