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

oh-my-zsh: 2021-12-13 -> 2021-12-16
This commit is contained in:
Franz Pletz 2021-12-17 13:36:58 +01:00 committed by GitHub
commit 0c2b0f559f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec {
version = "2021-12-13";
version = "2021-12-16";
pname = "oh-my-zsh";
rev = "5403db85998ff0c087bc97d972e1e76551127b7e";
rev = "41c15a21599f16a802046f741ac26f80c30c7c31";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "xv/qruRy96omAaboedcG6+KTkR3CkaFDgw/agihTCNs=";
sha256 = "Qk9raMddNvFx5q/LyWD2f3QakGgbHNcjS7vetteYxNU=";
};
installPhase = ''