Unverified Commit b644cbec authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

recordbox: 0.8.3 -> 0.9.0 (#367826)

parents 2afd00b1 e1213d79
Loading
Loading
Loading
Loading
+906 −287

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -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