Skip to content

Commit 49f8322

Browse files
1 parent 6169850 commit 49f8322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/networking/ktailctl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
}:
2727

2828
let
29-
version = "0.19.0";
29+
version = "0.19.1";
3030

3131
src = fetchFromGitHub {
3232
owner = "f-koehler";
3333
repo = "KTailctl";
3434
rev = "v${version}";
35-
hash = "sha256-tKdzTfqKCSRf/cPw3AcvpuZ3ETQYSKm98r5Py14aC9w=";
35+
hash = "sha256-UUxHLC35au4Valy/ArFdBjI5uGsIQ8aMdNLMPz0gSTs=";
3636
};
3737

3838
goDeps =

0 commit comments

Comments
 (0)