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: bb04c6dc0726
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 50c3ac29ac04
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 20, 2020

  1. suil: 0.10.0 -> 0.10.6

    magnetophon authored and teto committed Jan 20, 2020
    Copy the full SHA
    50c3ac2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/audio/suil/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/audio/suil/default.nix
Original file line number Diff line number Diff line change
@@ -9,12 +9,12 @@ assert !(withQt4 && withQt5);

stdenv.mkDerivation rec {
pname = "suil";
version = "0.10.0";
version = "0.10.6";
name = "${pname}-qt${if withQt4 then "4" else "5"}-${version}";

src = fetchurl {
url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
sha256 = "0j489gm3fhnmwmbgw30bvd4byw1vsy4yazdlnji8jzhcz0qwb5cq";
sha256 = "0z4v01pjw4wh65x38w6icn28wdwxz13ayl8hvn4p1g9kmamp1z06";
};

nativeBuildInputs = [ pkgconfig wafHook ];