Skip to content

Commit c8a67cd

Browse files
legcord: 1.0.6 -> 1.0.8 (#377219)
Co-authored-by: water-sucks <[email protected]>
2 parents 970c265 + eba96f6 commit c8a67cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/le/legcord/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}:
1313
stdenv.mkDerivation rec {
1414
pname = "legcord";
15-
version = "1.0.6";
15+
version = "1.0.8";
1616

1717
src = fetchFromGitHub {
1818
owner = "Legcord";
1919
repo = "Legcord";
2020
rev = "v${version}";
21-
hash = "sha256-0dVuSqViMqhWBMEY36ZcXM1FYnMcDH5brp5gsMWg3Rc=";
21+
hash = "sha256-VjEvW5vM6ByZUzQw21iH347M1KmED+zRrRiS2glyJ1w=";
2222
};
2323

2424
nativeBuildInputs = [
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
3030

3131
pnpmDeps = pnpm_9.fetchDeps {
3232
inherit pname version src;
33-
hash = "sha256-QTePf/QE85OzXIcnwLJsCJJyRxwoV+FNef2Z9nAt35E=";
33+
hash = "sha256-cgoFvCCjfR9HP1mJZJ0n/GELATO2lm0tDexSQE8fJGw=";
3434
};
3535

3636
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";

0 commit comments

Comments
 (0)