oh-my-zsh: 2022-10-07 → 2022-10-12 (#195666)

This commit is contained in:
Tim Steinbach 2022-10-12 09:49:10 -04:00 committed by GitHub
parent b468eb8655
commit 9673ea736a
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 }: , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2022-10-07"; version = "2022-10-12";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "11daa7dd5f22acadef1135000e92cc899e22c134"; rev = "b9be3a43b4da579299b4426b1ba9121f746e2555";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "xtDymRvgm3VHTY3Hh6ikGTY8DQ5jn7Oc44b3HMXz75U="; sha256 = "KKvIYEYh8wpgil8d+Uf9M7uk0etPMOtrTjESa2hwJu4=";
}; };
strictDeps = true; strictDeps = true;