mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ktailctl: 0.22.0 -> 0.22.1
Changelog: https://github.com/f-koehler/KTailctl/releases/tag/v0.22.1 Diff: https://github.com/f-koehler/KTailctl/compare/v0.22.0...v0.22.1
This commit is contained in:
parent
eb50086016
commit
21434813ad
1 changed files with 4 additions and 3 deletions
|
|
@ -11,13 +11,13 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "0.22.0";
|
||||
version = "0.22.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "f-koehler";
|
||||
repo = "KTailctl";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-20hR/N3m1BsbMGiaWVV/SH/OHgfk7ZC1+WWhYqQpIls=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-BRkjVZaoxiMW8JltIkYDiCCE2kNGLDpRJd0iclQMcGY=";
|
||||
};
|
||||
|
||||
goDeps =
|
||||
|
|
@ -74,6 +74,7 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = {
|
||||
description = "GUI to monitor and manage Tailscale on your Linux desktop";
|
||||
changelog = "https://github.com/f-koehler/KTailctl/releases/tag/${src.tag}";
|
||||
homepage = "https://github.com/f-koehler/KTailctl";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ k900 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue