oh-my-zsh: 2022-04-13 -> 2022-04-14 (#168756)

This commit is contained in:
R. RyanTM 2022-04-18 08:06:18 -07:00 committed by GitHub
parent 910b7ca85c
commit c52e644aea
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-13";
version = "2022-04-14";
pname = "oh-my-zsh";
rev = "7ea6ff8d04acd665ebcd151d183ec67af5be1281";
rev = "eb00b95d26e8f264af80f508d50ac32e50619027";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "xi/jhaOLYggoI/xkfcX1f+1/puWtcZ4WqlC105oYvF8=";
sha256 = "kEyvSBVgHuTaBQu2X9OJ+eu2serHq9IyfJHxTmpv2BU=";
};
installPhase = ''