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

Commits on Oct 8, 2017

  1. Verified

    This commit was signed with the committer’s verified signature.
    rasendubi Oleksii Shmalko
    Copy the full SHA
    2ab99df View commit details
  2. Merge pull request #30220 from Ma27/lambda-mod-update

    lambda-mod-zsh-theme: 2017-07-05 -> 2017-10-08
    Mic92 authored Oct 8, 2017
    Copy the full SHA
    db6e138 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/shells/lambda-mod-zsh-theme/default.nix
6 changes: 3 additions & 3 deletions pkgs/shells/lambda-mod-zsh-theme/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub }:

stdenv.mkDerivation {
name = "lambda-mod-zsh-theme-unstable-2017-07-05";
name = "lambda-mod-zsh-theme-unstable-2017-10-08";

src = fetchFromGitHub {
owner = "halfo";
repo = "lambda-mod-zsh-theme";
sha256 = "03kdhifxsnfbly6hqpr1h6kf52kyhdbh82nvwkkyrz1lw2cxl89n";
rev = "ba7d5fea16db91fc8de887e69250f4e501b1e36d";
sha256 = "13yis07zyr192s0x2h04k5bm1yzbk5m3js83aa17xh5573w4b786";
rev = "61c373c8aa5556d51522290b82ad44e7166bced1";
};

buildPhases = [ "unpackPhase" "installPhase" ];