Unverified Commit 93c4e613 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #323940 from r-ryantm/auto-update/trayscale

trayscale: 0.12.4 -> 0.12.5
parents 8ace0459 8ae38019
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

buildGoModule rec {
  pname = "trayscale";
  version = "0.12.4";
  version = "0.12.5";

  src = fetchFromGitHub {
    owner = "DeedleFake";
    repo = "trayscale";
    rev = "v${version}";
    hash = "sha256-quy1maeC1ebVzMvN+JzKf8AmMbipju9vvdTU03SyNnc=";
    hash = "sha256-EwfICUKlDnlkD1vxR1jpNybvUG4mOHfRRgk8VB9T+hs=";
  };

  vendorHash = "sha256-lGjJLqEGBFd2aYm82xrDfLK90Mcrhb7bMtXSNZpp/bM=";
  vendorHash = "sha256-lEGFOBR0d8IfqBYdrC8awRhGcPqt0y4oOWU+xu4ClfE=";

  subPackages = [ "cmd/trayscale" ];

@@ -46,7 +46,7 @@ buildGoModule rec {
  '';

  meta = with lib; {
    changelog = "https://github.com/DeedleFake/trayscale/releases/tag/${version}";
    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;