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

This commit is contained in:
Sandro
2022-03-27 17:00:01 +02:00
committed by GitHub
+3 -3
View File
@@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec {
version = "2022-03-22";
version = "2022-03-26";
pname = "oh-my-zsh";
rev = "50113a53f379b7d98e6921ba58e8440324beb32c";
rev = "dbadfa0810c0be346b98c02cc802c33fa43bee11";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "RBaJ6/NmPS106xWEj47zBsTWSOp19aq3WTyXcdA5T3c=";
sha256 = "GXg3GmJp0rSIaZKf3+YDbghpGEnvhf8TRiDQSLvO/ZM=";
};
installPhase = ''