Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 68c70cfe9e6e
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19ee57bdaf35
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 16, 2018

  1. julia_10: update to 1.0.1

    rbvermaa committed Oct 16, 2018
    Copy the full SHA
    3b3a2d3 View commit details
  2. oh-my-zsh: 2018-09-03 -> 2018-09-14

    (cherry picked from commit e0a98c5)
    NeQuissimus committed Oct 16, 2018
    Copy the full SHA
    19ee57b View commit details
Showing with 5 additions and 5 deletions.
  1. +2 −2 pkgs/development/compilers/julia/1.0.nix
  2. +3 −3 pkgs/shells/zsh/oh-my-zsh/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/julia/1.0.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ./shared.nix {
majorVersion = "1";
minorVersion = "0";
maintenanceVersion = "0";
src_sha256 = "083277z90m1jxr2d1ysb96rgjj9h5q97l6h54mx3pb3f38ykshz2";
maintenanceVersion = "1";
src_sha256 = "0bqb5c63c7jnb753nplqj5v4k9pvh792k8y4b1n5pq8jiibr86i0";
}
6 changes: 3 additions & 3 deletions pkgs/shells/zsh/oh-my-zsh/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@
{ stdenv, fetchgit }:

stdenv.mkDerivation rec {
version = "2018-09-03";
version = "2018-09-14";
name = "oh-my-zsh-${version}";

src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "69e637c35578305e19dbfc520e65c514180db6ef";
sha256 = "067qwvdlghjb2kcv4fydnnbwss2kb4fgn1qib88ygz82fpvb0cwf";
rev = "489be2452a6410a2c7837910c4cd3c0ed47a7481";
sha256 = "05svfd2q4w4hnd9rsh57z7rsc50lavg3lqm3nmm6dqak1nnrkhbz";
};

pathsToLink = [ "/share/oh-my-zsh" ];