Skip to content

Commit

Permalink
trayscale: 0.13.1 → 0.13.5 (#351632)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Oct 29, 2024
2 parents 5908775 + 5a22486 commit 52f8aaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];

Expand All @@ -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;
};
}
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 52f8aaf

Please sign in to comment.