oh-my-zsh: 2022-04-19 -> 2022-04-22 (#169921)

This commit is contained in:
R. RyanTM 2022-04-25 06:15:12 -07:00 committed by GitHub
parent a123332653
commit babdc25b1a
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 }: , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2022-04-19"; version = "2022-04-22";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "a26d72baa27a46cfd2f35afa789529dccf7fc212"; rev = "a879ff1515b6bd80eea695c03e22289bd6743718";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "PwHE8PDvZ4fRBAq4wxgXc7FS6Q6Se6ICYDrwBaxKV1Q="; sha256 = "GFIFxlKCU6XURqZxkCkgZB0a5PW/OuC9KePpmxLAIE4=";
}; };
installPhase = '' installPhase = ''