Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2020-08-01 19:37:20 +02:00
347 changed files with 5411 additions and 2741 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ filalex77 worldofpeace ];
};
}
}
+3 -3
View File
@@ -4,13 +4,13 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
version = "2020-07-23";
version = "2020-07-30";
pname = "oh-my-zsh";
rev = "95218372402afc9aeafc89c0984310387ce79599";
rev = "8755c5f101f801738dd249c7685dcf30dd03a7b2";
src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "0fgxq2d6lajk5fjbr9vwhhnw58gbk6yhbc49pcj563lwk2kc4d9f";
sha256 = "0z6bcv91xxfnaj42n7yzlx0wv14f87wws0n5cciy2g4yd3kyzmkq";
};
pathsToLink = [ "/share/oh-my-zsh" ];
+1 -1
View File
@@ -33,4 +33,4 @@ buildGoModule rec {
passthru.tests = {
zsh-history-shell-integration = nixosTests.zsh-history;
};
}
}