mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
oh-my-zsh: 2019-05-05 -> 2019-05-06
This commit is contained in:
parent
0702c84739
commit
6104102c24
@ -4,13 +4,13 @@
|
||||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2019-05-05";
|
||||
version = "2019-05-06";
|
||||
name = "oh-my-zsh-${version}";
|
||||
rev = "d4a3e0645bef49bfd1808aa263ecf916f79f9040";
|
||||
rev = "6da59ff046d7a81483345d0e16333a69eb96ccc6";
|
||||
|
||||
src = fetchgit { inherit rev;
|
||||
url = "https://github.com/robbyrussell/oh-my-zsh";
|
||||
sha256 = "06i5b7akcdq16ifiv2mvvm2vjnnk1hvb7hhdim4admv4h9068mn6";
|
||||
sha256 = "032smh1sahsr62wr0n4s9jmmyjq1iybdgvl388kh8d2hdkaj94r3";
|
||||
};
|
||||
|
||||
pathsToLink = [ "/share/oh-my-zsh" ];
|
||||
|
Loading…
Reference in New Issue
Block a user