Unverified Commit d067edfd authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767)

parents b22d3753 74cca271
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vencord";
  version = "1.10.6";
  version = "1.10.7";

  src = fetchFromGitHub {
    owner = "Vendicated";
    repo = "Vencord";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Pp8QpagTgWWHoC+e/iGfEveQYuMDDX7Oz1IAUx8cp3A=";
    hash = "sha256-/CZzRIXD0shEok9H+Vx7s9BmzXTI6ly957jvS+nU2fI=";
  };

  pnpmDeps = pnpm.fetchDeps {
@@ -51,8 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
      )
    );
    VENCORD_REMOTE = "${finalAttrs.src.owner}/${finalAttrs.src.repo}";
    # TODO: somehow update this automatically
    VENCORD_HASH = "deadbeef";
    VENCORD_HASH = "${finalAttrs.version}";
  };

  buildPhase = ''