trayscale: 0.13.1 → 0.13.5 (#351632)

This commit is contained in:
Pol Dellaiera 2024-10-29 22:30:11 +01:00 committed by GitHub
commit 52f8aaf410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 9 deletions

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "trayscale";
version = "0.13.1";
version = "0.13.5";
src = fetchFromGitHub {
owner = "DeedleFake";
repo = "trayscale";
rev = "v${version}";
hash = "sha256-uOPTF6AD70POD1y0R5aXo7t9WtyFGbRrgL8U++nTRl0=";
hash = "sha256-SBt9bK2fjxIEANjw+Gs+lHiWplzNMfporj+ZVtt50pw=";
};
vendorHash = "sha256-8lrszfxTKLA3KRuuQ312s+1GfK63DwQEK8xDwb1JdrI=";
vendorHash = "sha256-PPKrtvW0fwzCO+OqJ7S/Kd6WOwN1DqQDhpeQUPCSpUU=";
subPackages = [ "cmd/trayscale" ];
@ -45,13 +45,13 @@ buildGoModule rec {
gappsWrapperArgs+=(--prefix PATH : "${tailscale}/bin")
'';
meta = with lib; {
meta = {
changelog = "https://github.com/DeedleFake/trayscale/releases/tag/${src.rev}";
description = "Unofficial GUI wrapper around the Tailscale CLI client";
homepage = "https://github.com/DeedleFake/trayscale";
license = licenses.mit;
maintainers = [ ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sikmir ];
mainProgram = "trayscale";
platforms = platforms.linux;
platforms = lib.platforms.linux;
};
}

View File

@ -12901,8 +12901,6 @@ with pkgs;
tran = callPackage ../tools/networking/tran { };
trayscale = callPackage ../applications/networking/trayscale { };
tpmmanager = libsForQt5.callPackage ../applications/misc/tpmmanager { };
tpm-quote-tools = callPackage ../tools/security/tpm-quote-tools { };