Merge pull request #140609 from NeQuissimus/omz

This commit is contained in:
Sandro 2021-10-05 15:34:18 +02:00 committed by GitHub
commit b93544b9d9
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 = "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 = ''