oh-my-zsh: 2022-03-18 -> 2022-03-22

This commit is contained in:
R. Ryantm 2022-03-23 15:52:58 +00:00 committed by Tim Steinbach
parent 25d1efa97e
commit 2cd6db8fbf

View file

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }: , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2022-03-18"; version = "2022-03-22";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "c96fc233c4903ba75fba5bc55e7f91f9dc8e460e"; rev = "50113a53f379b7d98e6921ba58e8440324beb32c";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "HCFbdo08Um3ut9SngtHDbl/w265G6OOb+RF/liE1Rlg="; sha256 = "RBaJ6/NmPS106xWEj47zBsTWSOp19aq3WTyXcdA5T3c=";
}; };
installPhase = '' installPhase = ''