legcord: 1.0.1 -> 1.0.2 (#350121)

This commit is contained in:
Ramses 2024-10-23 11:30:28 +02:00 committed by GitHub
commit f6058e6a9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
@ -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";