mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
recordbox: 0.9.2 -> 0.9.3
This commit is contained in:
parent
8db87f2960
commit
3610cd7627
2 changed files with 393 additions and 321 deletions
710
pkgs/by-name/re/recordbox/Cargo.lock
generated
710
pkgs/by-name/re/recordbox/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -24,14 +24,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "recordbox";
|
pname = "recordbox";
|
||||||
version = "0.9.2";
|
version = "0.9.3";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "edestcroix";
|
owner = "edestcroix";
|
||||||
repo = "Recordbox";
|
repo = "Recordbox";
|
||||||
rev = "refs/tags/v${finalAttrs.version}";
|
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
|
# Patch in our Cargo.lock and ensure AppStream tests don't use the network
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue