Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b0649e2ed949
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c48562abf49f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 7, 2020

  1. qtractor: 0.9.11 -> 0.9.12

    r-ryantm committed Jan 7, 2020
    Copy the full SHA
    b3feafd View commit details

Commits on Jan 12, 2020

  1. Merge pull request #77232 from r-ryantm/auto-update/qtractor

    qtractor: 0.9.11 -> 0.9.12
    nh2 authored Jan 12, 2020
    Copy the full SHA
    c48562a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/qtractor/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/qtractor/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "qtractor";
version = "0.9.11";
version = "0.9.12";

src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
sha256 = "02cpjlf3j4sm74hz88r1frnlycs52rs11mzplr2q8plji3ic5w50";
sha256 = "06493sf4hr178jkvric3rmc2phh1ph2jlyh8kl9z248amq3zfnhy";
};

nativeBuildInputs = [