Skip to content

Commit

Permalink
legcord: 1.0.1 -> 1.0.2 (NixOS#350121)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp authored Oct 23, 2024
2 parents c091517 + 6ade66e commit f6058e6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/by-name/le/legcord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,24 @@
, makeWrapper
, copyDesktopItems
, makeDesktopItem
, nix-update-script
}:
stdenv.mkDerivation rec {
pname = "legcord";
version = "1.0.1";
version = "1.0.2";

src = fetchFromGitHub {
owner = "Legcord";
repo = "Legcord";
rev = "v${version}";
hash = "sha256-R2mtE3L2cJgmbWT0aMoDbnM5tiyPk+dnPBedq8ro1lY=";
hash = "sha256-YmNRkNN7lWHMbUiGOxPa9b+TaLybj1XE7AonCnB88KY=";
};

nativeBuildInputs = [ pnpm.configHook nodejs makeWrapper copyDesktopItems ];

pnpmDeps = pnpm.fetchDeps {
inherit pname version src;
hash = "sha256-73v8xkidY9IBUFz/M0BYEVGnoVsr3uh3jP0p6T8QBbA=";
hash = "sha256-ZPTp6l7qtvgsYPY6FZvhuYxD8TdkBkaQO2SG1fQzU7s=";
};

ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
Expand Down Expand Up @@ -72,6 +73,8 @@ stdenv.mkDerivation rec {
})
];

passthru.updateScript = nix-update-script { };

meta = with lib; {
description = "Lightweight, alternative desktop client for Discord";
homepage = "https://legcord.app";
Expand Down

0 comments on commit f6058e6

Please sign in to comment.