recordbox: 0.9.0 -> 0.9.2
Diff: https://codeberg.org/edestcroix/Recordbox/compare/v0.9.0...v0.9.2 Changelog: https://codeberg.org/edestcroix/Recordbox/releases/tag/v0.9.2
This commit is contained in:
Generated
+411
-199
File diff suppressed because it is too large
Load Diff
@@ -24,14 +24,14 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "recordbox";
|
||||
version = "0.9.0";
|
||||
version = "0.9.2";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "edestcroix";
|
||||
repo = "Recordbox";
|
||||
rev = "refs/tags/v${finalAttrs.version}";
|
||||
hash = "sha256-KfIlh9ORqjJ5V8mNOx7Q9jsYg4OJDX6q+ht+eckxMRU=";
|
||||
hash = "sha256-Vt/uOueDKBjCVgFg6gMnOvbvR37udJ6J3BjE0LaL4Gw=";
|
||||
};
|
||||
|
||||
# Patch in our Cargo.lock and ensure AppStream tests don't use the network
|
||||
|
||||
Reference in New Issue
Block a user