oh-my-zsh: 2021-10-18 -> 2021-10-19

conduit-nginx
R. RyanTM 2021-10-20 12:23:23 +00:00 committed by Tim Steinbach
parent 9d9895d812
commit 6c91deb32a
1 changed files with 3 additions and 3 deletions

View File

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec {
version = "2021-10-18";
version = "2021-10-19";
pname = "oh-my-zsh";
rev = "75fe22b40552305ef7636b7604ba99534d4f7808";
rev = "4b1f6d638f0783e05a9d2601ee0e1fd902416491";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "Dhd9Gc8prYeahnPMpM1950n5SEQPRUvKftX5iFS+M+k=";
sha256 = "voweIfqccGUqHeW87C/2XGdB5FwkbjSoae4liNPPK8A=";
};
installPhase = ''