oh-my-zsh: 2022-03-31 -> 2022-04-04 (#167357)

This commit is contained in:
R. RyanTM 2022-04-05 08:41:42 -07:00 committed by GitHub
parent 21761f1191
commit 68ee8e4b77
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 = "2022-03-31";
version = "2022-04-04";
pname = "oh-my-zsh";
rev = "53863e7b3ff0c2e2816e90dab3d870adebdf49c7";
rev = "4d9e5ce9a7d8db3c3aadcae81580a5c3ff5a0e8b";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "TQOGSAzcJfcUNTzUcCI5tTlAKD1JYtH9CiPnfHZaA9E=";
sha256 = "Plg7mr6ZOSzUpq5XMFkebVpCjdtwe237+4sVdtL+kLM=";
};
installPhase = ''