ktailctl: 0.18.0 -> 0.18.1 (#345501)

This commit is contained in:
K900
2024-09-30 15:37:47 +03:00
committed by GitHub
@@ -23,13 +23,13 @@
}:
let
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "f-koehler";
repo = "KTailctl";
rev = "v${version}";
hash = "sha256-tZnwn94qZyQ8JAC6Y1dDTmc7Cob+kMZnEaP7+EytbH8=";
hash = "sha256-hlpxim4Vm/C37ts+Q/t9swCejKEE97R1QlP+Y2jNWoM=";
};
goDeps = (buildGo123Module {