Skip to content

Commit

Permalink
armcord: 3.3.0 -> 3.3.1 (#341271)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 12, 2024
2 parents ccd4aee + f9e98db commit dfe7aaa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
}:
stdenv.mkDerivation rec {
pname = "armcord";
version = "3.3.0";
version = "3.3.1";

src = fetchFromGitHub {
owner = "ArmCord";
repo = "ArmCord";
rev = "v${version}";
hash = "sha256-nVirmGgR5yssMRXFUialMjTTSEa5nVNtue207eYUJCg=";
hash = "sha256-rCcjanmr4s9Nc5QB3Rb5ptKF/Ge8PSZt0WvgIul3RGs=";
};

nativeBuildInputs = [ pnpm.configHook nodejs makeWrapper copyDesktopItems ];

pnpmDeps = pnpm.fetchDeps {
inherit pname version src;
hash = "sha256-ETnTWErdOIdcyK/v42bx+dFPPt+Lc0Lxyzo+RpxvEjU=";
hash = "sha256-ZfErOj03NdkviNXV4bvZC8uPOk29RhgmSez/Qvw1sGo=";
};

ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
Expand Down

0 comments on commit dfe7aaa

Please sign in to comment.