oh-my-zsh: 2021-12-18 -> 2022-01-18

This commit is contained in:
R. Ryantm 2022-01-19 06:43:07 +00:00 committed by Jonathan Ringer
parent 03aabab071
commit 47a980581f

View file

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec {
version = "2021-12-18";
version = "2022-01-18";
pname = "oh-my-zsh";
rev = "904f8685f75ff5dd3f544f8c6f2cabb8e5952e9a";
rev = "22c11da108764336d92d03d3113c1f486cdb5911";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "Pos7LaNQllZrzBUx8a7QXi1sAVcIABQJOLUjIwGIP/U=";
sha256 = "Tnwy+3lCWjzDhjXtgLIiX3SxpJG6shxmmPFyeWkO2R0=";
};
installPhase = ''