vesktop: use hash instead of sha256

This commit is contained in:
seth 2023-10-22 16:10:17 -04:00
parent 966c0d2ac4
commit 2b45630e44
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
owner = "Vencord";
repo = "Vesktop";
rev = "v${version}";
sha256 = "sha256-jSGad3qMhAdiGdwomQO6BIyHIbKrGLRGniGrJN97gN8=";
hash = "sha256-jSGad3qMhAdiGdwomQO6BIyHIbKrGLRGniGrJN97gN8=";
};
pnpm-deps = stdenvNoCC.mkDerivation {