oh-my-zsh: 2022-04-04 -> 2022-04-06 (#167622)

This commit is contained in:
R. RyanTM 2022-04-07 05:46:18 -07:00 committed by GitHub
parent be52550380
commit 4da89993ed
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-04-04";
version = "2022-04-06";
pname = "oh-my-zsh";
rev = "4d9e5ce9a7d8db3c3aadcae81580a5c3ff5a0e8b";
rev = "b3999a4b156185b617a5608317497399f88dc8fe";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "Plg7mr6ZOSzUpq5XMFkebVpCjdtwe237+4sVdtL+kLM=";
sha256 = "yXM+fLdNWOrUU03K7527NgtaAwSql5r0wPaWgUZqGhY=";
};
installPhase = ''