We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 970c265 + eba96f6 commit c8a67cdCopy full SHA for c8a67cd
pkgs/by-name/le/legcord/package.nix
@@ -12,13 +12,13 @@
12
}:
13
stdenv.mkDerivation rec {
14
pname = "legcord";
15
- version = "1.0.6";
+ version = "1.0.8";
16
17
src = fetchFromGitHub {
18
owner = "Legcord";
19
repo = "Legcord";
20
rev = "v${version}";
21
- hash = "sha256-0dVuSqViMqhWBMEY36ZcXM1FYnMcDH5brp5gsMWg3Rc=";
+ hash = "sha256-VjEvW5vM6ByZUzQw21iH347M1KmED+zRrRiS2glyJ1w=";
22
};
23
24
nativeBuildInputs = [
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
30
31
pnpmDeps = pnpm_9.fetchDeps {
32
inherit pname version src;
33
- hash = "sha256-QTePf/QE85OzXIcnwLJsCJJyRxwoV+FNef2Z9nAt35E=";
+ hash = "sha256-cgoFvCCjfR9HP1mJZJ0n/GELATO2lm0tDexSQE8fJGw=";
34
35
36
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
0 commit comments