Merge pull request #134865 from NeQuissimus/omz

oh-my-zsh: 2021-04-26 → 2021-08-18
This commit is contained in:
Sandro 2021-08-20 23:52:04 +02:00 committed by GitHub
commit f5901fb6ee
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-04-26";
version = "2021-08-18";
pname = "oh-my-zsh";
rev = "63a7422d8dd5eb93c849df0ab9e679e6f333818a";
rev = "cbb534267aca09fd123635fc39a7d00c0e21a5f7";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "1spi6y5jmha0bf1s69mycpmksxjniqmcnvkvmza4rhji8v8b120w";
sha256 = "LbgqdIGVvcTUSDVSyH8uJmfuT0ymJvf04AL91HjNWwQ=";
};
installPhase = ''