fix(nix/darwin): Extract vesktop's dmg using 7zz
This commit is contained in:
parent
5624c40c14
commit
96b6587e6c
3 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,8 @@ in {
|
|||
appFileName = "Vesktop*.app";
|
||||
inherit version;
|
||||
|
||||
nativeBuildInputs = [ final._7zz ];
|
||||
|
||||
src = final.fetchurl {
|
||||
url = "https://github.com/Vencord/Vesktop/releases/download/v${version}/Vesktop-${version}.dmg";
|
||||
hash = "sha256-/u2G5v98+FAIfg7UMq5vUFmYO2Tj5ZiAaLrdqUdOMAo";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue