vesktop: 1.5.7 -> 1.5.8 (#425067)

authored by scrumplex.net and committed by GitHub cb8ff21c bb6f9090

+4 -4
+4 -4
pkgs/by-name/ve/vesktop/package.nix
··· 24 24 }: 25 25 stdenv.mkDerivation (finalAttrs: { 26 26 pname = "vesktop"; 27 - version = "1.5.7"; 27 + version = "1.5.8"; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "Vencord"; 31 31 repo = "Vesktop"; 32 32 rev = "v${finalAttrs.version}"; 33 - hash = "sha256-2YVaDfvhmuUx2fVm9PuMPQ3Z5iu7IHJ7dgF52a1stoM="; 33 + hash = "sha256-9wYIg1TGcntUMMp6SqYrgDRl3P41eeOqt76OMjSAi5M="; 34 34 }; 35 35 36 36 pnpmDeps = pnpm_10.fetchDeps { ··· 40 40 src 41 41 patches 42 42 ; 43 - hash = "sha256-C05rDd5bcbR18O6ACgzS0pQdWzB99ulceOBpW+4Zbqw="; 44 - fetcherVersion = 1; 43 + fetcherVersion = 2; 44 + hash = "sha256-rJzXbIQUxCImTqeH8EsGiyGNGoHYUqoekoa+VXpob5Y="; 45 45 }; 46 46 47 47 nativeBuildInputs =