mixing-station: improved with version link for latest release
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "2.8.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://mixingstation.app/backend/api/web/download/update/mixing-station-pc/release";
|
||||
url = "https://mixingstation.app/backend/api/web/download/archive/mixing-station-pc/update/${finalAttrs.version}";
|
||||
name = "mixing-station-${finalAttrs.version}.zip";
|
||||
extension = "zip";
|
||||
hash = "sha256-AGmBCkaYt3kZv/XuR9fkeEVryFw6t/p1CHVirNp+81s=";
|
||||
@@ -34,7 +34,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
unzip
|
||||
];
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
Reference in New Issue
Block a user