vesktop: 0.4.3 -> 0.4.4

This commit is contained in:
uku 2023-12-02 19:36:31 +01:00
parent d616185828
commit 760284d28c
No known key found for this signature in database
GPG key ID: 7D01D7B105E77166

View file

@ -19,13 +19,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "vesktop"; pname = "vesktop";
version = "0.4.3"; version = "0.4.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Vencord"; owner = "Vencord";
repo = "Vesktop"; repo = "Vesktop";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-wGOyDGY0FpAVS5+MTiKrOpDyd13ng0RLGAENW5tXuR4="; hash = "sha256-Ot2O5J1wUZAWgdpJNaEUSwtbcNqDdGhzuCtx8Qg+4gg=";
}; };
# NOTE: This requires pnpm 8.10.0 or newer # NOTE: This requires pnpm 8.10.0 or newer
@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
dontBuild = true; dontBuild = true;
dontFixup = true; dontFixup = true;
outputHashMode = "recursive"; outputHashMode = "recursive";
outputHash = "sha256-nNXe0vSQiQTkiRqgScKlpkpG/BJc2eIY2ueAd9sk36c="; outputHash = "sha256-v6ibAcfYgr1VjGK7NUF4DKd5da03mZndPUAnSl++RqE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [