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

Commits on Jun 17, 2019

  1. gauche: 0.9.7 -> 0.9.8

    mnacamura committed Jun 17, 2019
    Copy the full SHA
    ab5f079 View commit details

Commits on Jun 18, 2019

  1. Merge pull request #63255 from mnacamura/gauche

    gauche: 0.9.7 -> 0.9.8
    marsam authored Jun 18, 2019
    Copy the full SHA
    afd0817 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/gauche/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/gauche/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "gauche-${version}";
version = "0.9.7";
version = "0.9.8";

src = fetchurl {
url = "mirror://sourceforge/gauche/Gauche-${version}.tgz";
sha256 = "181nycikma0rwrb1h6mi3kys11f8628pq8g5r3fg5hiz5sabscrd";
sha256 = "0jxp1ladpy8kvfvk561c64spf1c3d6giqla6zscqkd6qa480vcry";
};

nativeBuildInputs = [ pkgconfig texinfo ];