oh-my-zsh: 2020-12-16 → 2020-12-27

This commit is contained in:
Tim Steinbach 2020-12-28 14:39:29 +00:00
parent 63e804bc85
commit 9e88afeb10
No known key found for this signature in database
GPG key ID: FD36A5EAAC49035A

View file

@ -5,15 +5,15 @@
, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec {
version = "2020-12-16";
version = "2020-12-27";
pname = "oh-my-zsh";
rev = "b28665aebb4c1b07a57890eb59551bc51d0acf37";
rev = "90ffda7ed28dd8273b80bd262c6a28be65e4da71";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "00m8d992jhbkd8mhm6zhirk9ga3dfzhh8idn2yp40yk7wdbzrd74";
sha256 = "lYf+NmSgY0WFBMWxVBrh/f2cSJ0WqnaTktQNA0nYZNE=";
};
installPhase = ''