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

oh-my-zsh: 2021-12-16 -> 2021-12-18
This commit is contained in:
Mario Rodas 2021-12-19 12:10:18 -05:00 committed by GitHub
commit 963235aa54
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-16";
version = "2021-12-18";
pname = "oh-my-zsh";
rev = "41c15a21599f16a802046f741ac26f80c30c7c31";
rev = "904f8685f75ff5dd3f544f8c6f2cabb8e5952e9a";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "Qk9raMddNvFx5q/LyWD2f3QakGgbHNcjS7vetteYxNU=";
sha256 = "Pos7LaNQllZrzBUx8a7QXi1sAVcIABQJOLUjIwGIP/U=";
};
installPhase = ''