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

Commits on Nov 3, 2019

  1. yoshimi: 1.6.0.1 -> 1.6.0.2

    r-ryantm authored and FRidh committed Nov 3, 2019
    Copy the full SHA
    1c2ac8d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/yoshimi/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/yoshimi/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@ assert stdenv ? glibc;

stdenv.mkDerivation rec {
pname = "yoshimi";
version = "1.6.0.1";
version = "1.6.0.2";

src = fetchurl {
url = "mirror://sourceforge/yoshimi/${pname}-${version}.tar.bz2";
sha256 = "140f2k4akj39pny8c7i794q125415gyvmy4rday0il5ncp3glik4";
sha256 = "0q2cw168r53r50zghkdqcxba2cybn44axbdkwacvkm7ag2z0j2l8";
};

buildInputs = [