recordbox: 0.9.2 -> 0.9.3 (#390515)

This commit is contained in:
Seth Flynn
2025-03-17 18:54:06 -04:00
committed by GitHub
2 changed files with 393 additions and 321 deletions
+391 -319
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "recordbox";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "edestcroix";
repo = "Recordbox";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-Vt/uOueDKBjCVgFg6gMnOvbvR37udJ6J3BjE0LaL4Gw=";
hash = "sha256-168L5i6mXeEqv7EKPMq4zHP5JRVxC7MNrUE9yj1zI60=";
};
# Patch in our Cargo.lock and ensure AppStream tests don't use the network