ktailctl: 0.18.1 -> 0.18.2 (#363671)

Changelog: https://github.com/f-koehler/KTailctl/releases/tag/v0.18.2
This commit is contained in:
Sandro 2024-12-10 00:53:06 +01:00 committed by GitHub
parent a4e756888c
commit 013e057567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,20 +23,20 @@
}:
let
version = "0.18.1";
version = "0.18.2";
src = fetchFromGitHub {
owner = "f-koehler";
repo = "KTailctl";
rev = "v${version}";
hash = "sha256-hlpxim4Vm/C37ts+Q/t9swCejKEE97R1QlP+Y2jNWoM=";
hash = "sha256-nxYgpIUNgWhWnrd5rqSH2r1QKhWPJwxlIQl6F9PmjpU=";
};
goDeps = (buildGo123Module {
pname = "ktailctl-go-wrapper";
inherit src version;
modRoot = "src/wrapper";
vendorHash = "sha256-KdkvAPLnoC7DccRVIz7t/Ns71dnG59DpO5qwOhJk7qc=";
vendorHash = "sha256-UjgHfR+MJ8ROqOPIM0ZkqgFGVEkw8gKYlVQ6oxoIcgE=";
}).goModules;
in
stdenv.mkDerivation {