Skip to content

Commit

Permalink
lambda-mod-zsh-theme: 2015-12-15 -> 2017-04-05
Browse files Browse the repository at this point in the history
fixes #25492
  • Loading branch information
Ma27 authored and Mic92 committed May 7, 2017
1 parent e750961 commit 1401b13
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pkgs/shells/lambda-mod-zsh-theme/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{ stdenv, fetchFromGitHub }:

let
repo = "lambda-mod-zsh-theme";
rev = "eceee68cf46bba9f7f42887c2128b48e8861e31b";
in stdenv.mkDerivation {
name = "${repo}-${rev}";
stdenv.mkDerivation {
name = "lambda-mod-zsh-theme-2017-04-05";

src = fetchFromGitHub {
inherit rev repo;

owner = "halfo";
sha256 = "1410ryc22i20na5ypa1q6f106lkjj8n1qfjmb77q4rspi0ydaiy4";
repo = "lambda-mod-zsh-theme";
sha256 = "01c77s6fagycin6cpssif56ysbqaa8kiafjn9av12cacakldl84j";
rev = "c6445c79cbc73b85cc18871c216fb28ddc8b3d96";
};

buildPhases = [ "unpackPhase" "installPhase" ];
Expand Down

0 comments on commit 1401b13

Please sign in to comment.