ktailctl: 0.18.0 -> 0.18.1

Changelog: https://github.com/f-koehler/KTailctl/releases/tag/v0.18.1
This commit is contained in:
Sandro Jäckel
2024-09-30 14:36:26 +02:00
parent 4e0c36e4dd
commit 4121a10128
@@ -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 {