vesktop: use hash instead of sha256

This commit is contained in:
seth
2023-10-25 10:36:33 -04:00
parent 966c0d2ac4
commit 2b45630e44
+1 -1
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 {