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: 06408a6e1bac
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b75a2e436071
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 5, 2019

  1. qtractor: 0.9.8 -> 0.9.9

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/qtractor/versions
    r-ryantm committed Aug 5, 2019
    Copy the full SHA
    e853b05 View commit details

Commits on Aug 7, 2019

  1. Copy the full SHA
    fc03be2 View commit details
  2. Merge pull request #66132 from r-ryantm/auto-update/qtractor

    qtractor: 0.9.8 -> 0.9.9
    mmahut authored Aug 7, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b75a2e4 View commit details
Showing with 5 additions and 4 deletions.
  1. +5 −4 pkgs/applications/audio/qtractor/default.nix
9 changes: 5 additions & 4 deletions pkgs/applications/audio/qtractor/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{ alsaLib, autoconf, automake, dssi, fetchurl, libjack2
, ladspaH, ladspaPlugins, liblo, libmad, libsamplerate, libsndfile
, libtool, libvorbis, lilv, lv2, pkgconfig, qttools, qtbase, rubberband, serd
, sord, sratom, stdenv, suil }:
, sord, sratom, stdenv, suil, wrapQtAppsHook }:

stdenv.mkDerivation rec {
pname = "qtractor";
version = "0.9.8";
version = "0.9.9";

src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
sha256 = "1llajl450yh7bka32ngm4xdva6a2nnxzjc497ydh07rwkap16smx";
sha256 = "0qlbccdxyfy0f09y6qg1xkg12fm67bf2f2c27c22cg8lzk9ang5j";
};

nativeBuildInputs = [
autoconf automake libtool pkgconfig qttools
autoconf automake libtool pkgconfig qttools wrapQtAppsHook
];

buildInputs =
[ alsaLib dssi libjack2 ladspaH
ladspaPlugins liblo libmad libsamplerate libsndfile libtool