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

Commits on Mar 21, 2018

  1. octave: 4.2.1 -> 4.2.2

    See http://lists.gnu.org/archive/html/info-gnu/2018-03/msg00006.html
    for release announcement
    
    (cherry picked from commit 3a78540)
    lsix committed Mar 21, 2018
    Copy the full SHA
    cc25915 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/octave/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/octave/default.nix
Original file line number Diff line number Diff line change
@@ -18,11 +18,11 @@ let
in

stdenv.mkDerivation rec {
version = "4.2.1";
version = "4.2.2";
name = "octave-${version}";
src = fetchurl {
url = "mirror://gnu/octave/${name}.tar.gz";
sha256 = "0frk0nk3aaic8hj3g45h11rnz3arp7pjsq0frbx50sspk1iqzhl0";
sha256 = "0vkjfrpv7aikcn73bxqkph1qrhrdx7jqy193n8d8lwp7v2al7f3p";
};

buildInputs = [ gfortran readline ncurses perl flex texinfo qhull