mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
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:
parent
8a92d722dd
commit
fb335f02d5
@ -24,13 +24,13 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "vesktop";
|
pname = "vesktop";
|
||||||
version = "1.5.0";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Vencord";
|
owner = "Vencord";
|
||||||
repo = "Vesktop";
|
repo = "Vesktop";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-27998q9wbaNP1xYY+KHTBeJRfR6Q/K0LNdbRb3YHC6c=";
|
hash = "sha256-OyAGzlwwdEKBbJJ7h3glwx/THy2VvUn/kA/Df3arWQU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# NOTE: This requires pnpm 8.10.0 or newer
|
# NOTE: This requires pnpm 8.10.0 or newer
|
||||||
@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
dontFixup = true;
|
dontFixup = true;
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
outputHash = "sha256-cnk+KFdvsgG1wGDib7zgIS6/RkrR5EYAHtHcrFSU0Es=";
|
outputHash = "sha256-JLjJZYFMH4YoIFuyXbGUp6lIy+VlYZtmwk2+oUwtTxQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user