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

labctl: 0.0.15 -> 0.0.20
This commit is contained in:
figsoda 2023-07-02 15:04:10 -04:00 committed by GitHub
commit 89d3100cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "labctl";
version = "0.0.15";
version = "0.0.20";
src = fetchFromGitHub {
owner = "labctl";
repo = "labctl";
rev = "v${version}";
hash = "sha256-txleZMgj/06PmP8Bv1J6n/2ywViNFqlgdCNzaTrY58c=";
hash = "sha256-gLdcPT82hkttESxwjk1mCzuaUxcwm0dULil634u7qg8=";
};
nativeBuildInputs = [ installShellFiles ];