oh-my-zsh: 2022-10-14 -> 2022-10-19 (#196736)

This commit is contained in:
R. RyanTM 2022-10-19 07:25:11 -07:00 committed by GitHub
parent ec43390b89
commit 179706319f
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, bash }:
stdenv.mkDerivation rec {
version = "2022-10-14";
version = "2022-10-19";
pname = "oh-my-zsh";
rev = "65a1e4edbe678cdac37ad96ca4bc4f6d77e27adf";
rev = "a7d910c3a61d8599f748a8ddae59ecdd9424022a";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "qyI7CU0vKhhADZfQtD73GsyAbqdMPhDQ1uA03h4erpw=";
sha256 = "BWpvRkUXQhP1VLrlTBqqXvycyPFZaIZmgMfrkqIugSY=";
};
strictDeps = true;