vesktop: 1.5.0 -> 1.5.1 (#296306)

* vesktop: 1.5.0 -> 1.5.1

This bumps the Vesktop package to version 1.5.1.

* chore: update hash for pnpm devs

* chore: change `src` hash

* chore: properly update output hash

Co-authored-by: seth <getchoo@tuta.io>

---------

Co-authored-by: seth <getchoo@tuta.io>
This commit is contained in:
Chloe Arciniega 2024-03-25 15:18:29 +05:00 committed by GitHub
parent 8a92d722dd
commit fb335f02d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vesktop";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "Vencord";
repo = "Vesktop";
rev = "v${finalAttrs.version}";
hash = "sha256-27998q9wbaNP1xYY+KHTBeJRfR6Q/K0LNdbRb3YHC6c=";
hash = "sha256-OyAGzlwwdEKBbJJ7h3glwx/THy2VvUn/kA/Df3arWQU=";
};
# NOTE: This requires pnpm 8.10.0 or newer
@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
dontBuild = true;
dontFixup = true;
outputHashMode = "recursive";
outputHash = "sha256-cnk+KFdvsgG1wGDib7zgIS6/RkrR5EYAHtHcrFSU0Es=";
outputHash = "sha256-JLjJZYFMH4YoIFuyXbGUp6lIy+VlYZtmwk2+oUwtTxQ=";
};
nativeBuildInputs = [