Unverified Commit 568c12fc authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

recordbox: 0.9.0 -> 0.9.2 (#373908)

parents fb6a0e29 5b66268f
Loading
Loading
Loading
Loading
+410 −198

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -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
@@ -96,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
  '';

  passthru = {
    updateScript = nix-update-script { };
    updateScript = nix-update-script { extraArgs = [ "--generate-lockfile" ]; };
  };

  meta = {