vesktop: 1.5.7 -> 1.5.8

Closes https://github.com/NixOS/nixpkgs/pull/424828

https://github.com/Vencord/Vesktop/releases/tag/v1.5.8
https://github.com/Vencord/Vesktop/compare/v1.5.7...v1.5.8

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2025-07-14 13:39:04 +02:00
parent 0eec779fcc
commit fd27151c1e
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -24,13 +24,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "vesktop"; pname = "vesktop";
version = "1.5.7"; version = "1.5.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Vencord"; owner = "Vencord";
repo = "Vesktop"; repo = "Vesktop";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-2YVaDfvhmuUx2fVm9PuMPQ3Z5iu7IHJ7dgF52a1stoM="; hash = "sha256-9wYIg1TGcntUMMp6SqYrgDRl3P41eeOqt76OMjSAi5M=";
}; };
pnpmDeps = pnpm_10.fetchDeps { pnpmDeps = pnpm_10.fetchDeps {
@ -40,8 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
src src
patches patches
; ;
hash = "sha256-C05rDd5bcbR18O6ACgzS0pQdWzB99ulceOBpW+4Zbqw="; fetcherVersion = 2;
fetcherVersion = 1; hash = "sha256-rJzXbIQUxCImTqeH8EsGiyGNGoHYUqoekoa+VXpob5Y=";
}; };
nativeBuildInputs = nativeBuildInputs =