Skip to content

Commit

Permalink
legcord: 1.0.5 -> 1.0.6
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e8ed1f)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Jan 4, 2025
1 parent 12ad2d6 commit c25dae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/le/legcord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}:
stdenv.mkDerivation rec {
pname = "legcord";
version = "1.0.5";
version = "1.0.6";

src = fetchFromGitHub {
owner = "Legcord";
repo = "Legcord";
rev = "v${version}";
hash = "sha256-9CicqDZDetxElD36OLizyVNxkqz3rQOjAtUNTGWVwss=";
hash = "sha256-0dVuSqViMqhWBMEY36ZcXM1FYnMcDH5brp5gsMWg3Rc=";
};

nativeBuildInputs = [
Expand All @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {

pnpmDeps = pnpm.fetchDeps {
inherit pname version src;
hash = "sha256-5GE/I2xLmu2Wu9mjzZMk1YZvtS5PgpwgXnxuY+4nimQ=";
hash = "sha256-QTePf/QE85OzXIcnwLJsCJJyRxwoV+FNef2Z9nAt35E=";
};

ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
Expand Down

0 comments on commit c25dae8

Please sign in to comment.