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

Commits on May 3, 2020

  1. Copy the full SHA
    91d23d8 View commit details

Commits on May 9, 2020

  1. Merge pull request #86672 from r-ryantm/auto-update/freewheeling

    freewheeling: 0.6.5 -> 0.6.6
    FRidh authored May 9, 2020
    Copy the full SHA
    1f295d6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/freewheeling/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/freewheeling/default.nix
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@ in

stdenv.mkDerivation rec {
pname = "freewheeling";
version = "0.6.5";
version = "0.6.6";

src = fetchFromGitHub {
owner = "free-wheeling";
repo = "freewheeling";
rev = "v${version}";
sha256 = "1gjii2kndffj9iqici4vb9zrkrdqj1hs9q43x7jv48wv9872z78r";
sha256 = "1xff5whr02cixihgd257dc70hnyf22j3zamvhsvg4lp7zq9l2in4";
};

nativeBuildInputs = [ pkgconfig autoreconfHook libtool ];