music-assistant-desktop: 0.4.4 -> 0.5.0 (#539001)

This commit is contained in:
Sandro
2026-07-08 10:59:50 +00:00
committed by GitHub
@@ -30,23 +30,29 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "music-assistant-desktop";
version = "0.4.4";
version = "0.5.0";
src = fetchFromGitHub {
owner = "music-assistant";
repo = "desktop-app";
tag = finalAttrs.version;
hash = "sha256-t63DUejUyNnOD7gIPow/xsCo2TcmDaK3C5R+TkoBZo8=";
hash = "sha256-UfHodoDGsBQUcTaQ5x04jf0nG4jX47TzXXPJzAwYbEQ=";
};
patches = [
./remove-updater.diff
];
postPatch = ''
# set version
substituteInPlace package.json src-tauri/tauri.conf.json \
--replace-fail "0.0.0" "${finalAttrs.version}"
'';
cargoRoot = "src-tauri";
buildAndTestSubdir = finalAttrs.cargoRoot;
cargoHash = "sha256-Z7iyPEEPvUhVLma4n20faoz47CK+PHAIB6epNDF5sUo=";
cargoHash = "sha256-xc1eT9TKAqREC2fMi4eFR9Ag1c8Ksq4mGoRnO9WZggI=";
yarnOfflineCache = fetchYarnDeps {
yarnLock = finalAttrs.src + "/yarn.lock";