recordbox: 0.8.3 -> 0.9.0 (#367826)

This commit is contained in:
Wolfgang Walther 2025-01-14 21:49:05 +01:00 committed by GitHub
commit b644cbec15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 916 additions and 297 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24,14 +24,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "recordbox";
version = "0.8.3";
version = "0.9.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "edestcroix";
repo = "Recordbox";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-/yg/75LswCj3HhsUhMXgIDpx2tlNkdTuImkqMwU6uio=";
hash = "sha256-KfIlh9ORqjJ5V8mNOx7Q9jsYg4OJDX6q+ht+eckxMRU=";
};
# Patch in our Cargo.lock and ensure AppStream tests don't use the network