Merge pull request #242551 from r-ryantm/auto-update/labctl

labctl: 0.0.20 -> 0.0.22
This commit is contained in:
figsoda 2023-07-09 22:27:28 -04:00 committed by GitHub
commit 1a084177d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "labctl";
version = "0.0.20";
version = "0.0.22";
src = fetchFromGitHub {
owner = "labctl";
repo = "labctl";
rev = "v${version}";
hash = "sha256-gLdcPT82hkttESxwjk1mCzuaUxcwm0dULil634u7qg8=";
hash = "sha256-84t7qhLafNyPLgHmFQUsizEn6Us44dDTercGEm9lup4=";
};
nativeBuildInputs = [ installShellFiles ];
vendorHash = "sha256-JXFw/u8QaZKt+OjUWW0rPi9QDSkiqYyqcNCxyzvcDM4=";
vendorHash = "sha256-vJ9aTMVwKrqjckdfCMvheTSG+gEtMLLQuBCz8Wc5blE=";
ldflags = [
"-X=github.com/labctl/labctl/app.version=${version}"