0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

recordbox: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm 2025-03-16 22:17:41 +00:00
parent 8db87f2960
commit 3610cd7627
2 changed files with 393 additions and 321 deletions

File diff suppressed because it is too large Load diff

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