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

Commits on Jan 19, 2020

  1. Copy the full SHA
    b7be10e View commit details
  2. Merge pull request #77966 from magnetophon/distrho

    distrho: 2018-04-16 -> unstable-2019-10-09
    marsam authored Jan 19, 2020
    Copy the full SHA
    536fb1e View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/audio/distrho/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/audio/distrho/default.nix
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@ let
else "linux";
in stdenv.mkDerivation rec {
pname = "distrho-ports";
version = "2018-04-16";
version = "unstable-2019-10-09";

src = fetchFromGitHub {
owner = "DISTRHO";
repo = "DISTRHO-Ports";
rev = version;
sha256 = "0l4zwl4mli8jzch32a1fh7c88r9q17xnkxsdw17ds5hadnxlk12v";
rev = "7e62235e809e59770d0d91d2c48c3f50ce7c027a";
sha256 = "10hpsjcmk0cgcsic9r1wxyja9x6q9wb8w8254dlrnzyswl54r1f8";
};

configurePhase = ''