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

This commit is contained in:
R. Ryantm 2022-03-27 00:48:07 +00:00
parent e13e37b701
commit 1051c42660

View file

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