oh-my-zsh: 2021-09-22 → 2021-10-05

This commit is contained in:
Tim Steinbach 2021-10-05 08:23:00 +00:00
parent fc24bb88c3
commit d852da30d7
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec {
version = "2021-09-22";
version = "2021-10-05";
pname = "oh-my-zsh";
rev = "5b3d2b2f0c02ef059fcbcbdb619b22318b8cc13a";
rev = "e5b9b80008a2fd71b441ef39fe620ed47dad82e5";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "SSvPU/YWFcGN8oyOyQXZhNOuOS7Z8a6Vel94z9EoyAU=";
sha256 = "09oTsUYLLZAoUwM63gAVYLWFvp0aKTM9K79alTISEJw=";
};
installPhase = ''