Unverified Commit cef82bb0 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #265104 from pluiedev/patch-2

vesktop: 0.4.2 -> 0.4.3
parents a4d062d9 76ddbdf9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -14094,6 +14094,12 @@
    githubId = 7839004;
    name = "Dmitriy Pleshevskiy";
  };
  pluiedev = {
    email = "hi@pluie.me";
    github = "pluiedev";
    githubId = 22406910;
    name = "Leah Amelia Chen";
  };
  plumps = {
    email = "maks.bronsky@web.de";
    github = "plumps";
+5 −5
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation rec {
  pname = "vesktop";
  version = "0.4.2";
  version = "0.4.3";

  src = fetchFromGitHub {
    owner = "Vencord";
    repo = "Vesktop";
    rev = "v${version}";
    hash = "sha256-elgoX8z8q0+7uUia9gbcCmpDg+qYRWWUxdRuNV53Puw=";
    hash = "sha256-wGOyDGY0FpAVS5+MTiKrOpDyd13ng0RLGAENW5tXuR4=";
  };

  pnpm-deps = stdenvNoCC.mkDerivation {
@@ -54,8 +54,8 @@ stdenv.mkDerivation rec {
    dontFixup = true;
    outputHashMode = "recursive";
    outputHash = {
      "aarch64-linux" = "sha256-Fkfq8vBfNXdndVb17aZOTvIOAyiccDzyuFvg6kDy7QI=";
      "x86_64-linux" = "sha256-KDJ8QmpwGb2lOdwWEl5y62pJiqEvpI59StfQZrN1PPE=";
      "aarch64-linux" = "sha256-OcAQbUi+wpBAumncYxP3qtTzjyxiHL69kbQefwaeBfg=";
      "x86_64-linux" = "sha256-R5/2MSH/jXHrj2x1Ap2OoOFLBLQp3Sq91o01uW8hWOw=";
    }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
  };

@@ -141,7 +141,7 @@ stdenv.mkDerivation rec {
    description = "An alternate client for Discord with Vencord built-in";
    homepage = "https://github.com/Vencord/Vesktop";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ getchoo Scrumplex vgskye ];
    maintainers = with maintainers; [ getchoo Scrumplex vgskye pluiedev ];
    platforms = [ "x86_64-linux" "aarch64-linux" ];
    mainProgram = "vencorddesktop";
  };