oh-my-zsh: 2021-04-11 → 2021-04-26

This commit is contained in:
Tim Steinbach 2021-04-26 14:23:02 +00:00
parent 6b19be4124
commit 320660ced3
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-04-11";
version = "2021-04-26";
pname = "oh-my-zsh";
rev = "12669f29f0843b8b980dd137f150a74511f88842";
rev = "63a7422d8dd5eb93c849df0ab9e679e6f333818a";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "07vcxw60cvlh745lgy03l6vgsxkalmwh386akvrpvbg9a6p6k8rb";
sha256 = "1spi6y5jmha0bf1s69mycpmksxjniqmcnvkvmza4rhji8v8b120w";
};
installPhase = ''