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

Commits on Nov 27, 2018

  1. Copy the full SHA
    de634ae View commit details
  2. Merge pull request #51128 from magnetophon/dragonfly-reveb

    dragonfly-reverb: 0.9.4 -> 1.0.0
    markuskowa authored Nov 27, 2018
    Copy the full SHA
    1449d54 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/dragonfly-reverb/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/dragonfly-reverb/default.nix
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "michaelwillis";
repo = "dragonfly-reverb";
rev = "0.9.4";
sha256 = "0lc45jybjwg4wrcz4s9lvzpvqawgj825rkqhz2xxvalfbvjazi53";
rev = "1.0.0";
sha256 = "05m4hd8lg0a7iiia6cbiw5qmc4p8vbkxp2qh7ywaabawiwa9r24x";
fetchSubmodules = true;
};