legcord: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm
2025-01-02 18:25:18 +00:00
parent 8c30dd41a7
commit 9e8ed1f411
+3 -3
View File
@@ -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 = [
@@ -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";