oh-my-zsh: 2020-07-05 -> 2020-07-06
This commit is contained in:
parent
a1bc66a596
commit
b0a88e2580
|
@ -4,13 +4,13 @@
|
|||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2020-07-05";
|
||||
version = "2020-07-06";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "7afaee858a4ae5a8d0d8c1f5fe150979842ebefc";
|
||||
rev = "1c58a746af7a67f311ee47f97285a855eaf18b5e";
|
||||
|
||||
src = fetchgit { inherit rev;
|
||||
url = "https://github.com/ohmyzsh/ohmyzsh";
|
||||
sha256 = "0mqvi9x7k74c2sg89wr8fzjpq7nbj30qhbvdzjx9l1q9hh9mkc8a";
|
||||
sha256 = "0qlwcyzrsrcmdi1fdd9a9niwf5sl8gg754l8r7p7cwzv0xq4jfpx";
|
||||
};
|
||||
|
||||
pathsToLink = [ "/share/oh-my-zsh" ];
|
||||
|
|
Loading…
Reference in New Issue