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

Commits on Nov 4, 2020

  1. padthv1: 0.9.17 -> 0.9.18

    r-ryantm committed Nov 4, 2020
    Copy the full SHA
    fe2094a View commit details
  2. Merge pull request #102681 from r-ryantm/auto-update/padthv1

    padthv1: 0.9.17 -> 0.9.18
    ryantm authored Nov 4, 2020
    Copy the full SHA
    42dfa16 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/padthv1/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/padthv1/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

mkDerivation rec {
pname = "padthv1";
version = "0.9.17";
version = "0.9.18";

src = fetchurl {
url = "mirror://sourceforge/padthv1/${pname}-${version}.tar.gz";
sha256 = "098fk8fwcgssnfr1gilqg8g17zvch62lrn3rqsswpzbr3an5adb3";
sha256 = "1karrprb3ijrbiwpr43rl3nxnzc33lnmwrd1832psgr3flnr9fp5";
};

buildInputs = [ libjack2 alsaLib libsndfile liblo lv2 qt5.qtbase qt5.qttools fftwFloat ];