Merge pull request #140923 from r-ryantm/auto-update/oh-my-zsh

This commit is contained in:
Artturi 2021-10-11 21:04:00 +03:00 committed by GitHub
commit 5f2c03e820
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-10-06";
version = "2021-10-07";
pname = "oh-my-zsh";
rev = "29b5c182bec4cec7704fb8bac9ee0ab971dfb89a";
rev = "dc83d0b7204cf66315471e980729490813b7d915";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "pPBeZj/QTQCIuBtE7+4CmuXacblU4RGXty+cdeQw+54=";
sha256 = "7V6v9II48C4OoTf2CBQt+mqfh4kbMb8MspGBkX42Q/c=";
};
installPhase = ''