ktailctl: 0.21.3 -> 0.21.5

Diff: https://github.com/f-koehler/KTailctl/compare/v0.21.3...v0.21.5
This commit is contained in:
Sandro Jäckel
2026-01-20 11:39:47 +01:00
parent efdb9ca391
commit 9d26d074ff
+3 -3
View File
@@ -11,13 +11,13 @@
}:
let
version = "0.21.3";
version = "0.21.5";
src = fetchFromGitHub {
owner = "f-koehler";
repo = "KTailctl";
rev = "v${version}";
hash = "sha256-BKVq6d8CDmAOGULKoxXtlGbtgNu7wfsQnsyYV7PiFfc=";
hash = "sha256-DqPerb8NcNynMMmoG8Ld0ZEyhrNg2q17TaErAbXIHC0=";
};
goDeps =
@@ -25,7 +25,7 @@ let
pname = "ktailctl-go-wrapper";
inherit src version;
modRoot = "src/wrapper";
vendorHash = "sha256-RhVZ1yXm+gJHM993Iw1XM/w/O1YiG6Mt4YMK+0JqRpg=";
vendorHash = "sha256-jA1yortzyaBOP9GenmARhBBNDdpkGo9DNz0CXlh3BIU=";
}).goModules;
in
stdenv.mkDerivation {