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

This commit is contained in:
Sandro 2022-03-12 22:05:38 +01:00 committed by GitHub
commit d6ba9f1004
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 = "2022-01-18";
version = "2022-03-10";
pname = "oh-my-zsh";
rev = "22c11da108764336d92d03d3113c1f486cdb5911";
rev = "c10241f3d1d7bf77d483e11869a6a00f1d2e5e88";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "Tnwy+3lCWjzDhjXtgLIiX3SxpJG6shxmmPFyeWkO2R0=";
sha256 = "HVV3zhEZ4NU4Dk7zHv+NeatTJUbzxqOvM4cYNzjuTfo=";
};
installPhase = ''