Merge pull request #150809 from r-ryantm/auto-update/oh-my-zsh

oh-my-zsh: 2021-12-13 -> 2021-12-13
This commit is contained in:
Jörg Thalheim 2021-12-15 10:31:59 +00:00 committed by GitHub
commit af5162851e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
version = "2021-12-13";
pname = "oh-my-zsh";
rev = "9a3d853481645ae0f961e9cc8421fc5d84e2c3c3";
rev = "5403db85998ff0c087bc97d972e1e76551127b7e";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "TFktV7xBm3KaRfW+cUGdwIZZD7TfU0gaq4J8cKBjtMM=";
sha256 = "xv/qruRy96omAaboedcG6+KTkR3CkaFDgw/agihTCNs=";
};
installPhase = ''