1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

oh-my-zsh: 2020-09-12 -> 2020-09-14

This commit is contained in:
Tim Steinbach 2020-09-15 10:47:51 -04:00
parent d7357d08d5
commit 911c641ace
No known key found for this signature in database
GPG key ID: 6538CB9266B06F31

View file

@ -4,15 +4,15 @@
{ stdenv, fetchFromGitHub }: { stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2020-09-12"; version = "2020-09-14";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "8a93c89bda7e244ed5d32d5b01bd5f72ab695fbf"; rev = "2bc1da7f377e78cdfa74190ffe5baf6c814d0fce";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "0azm4xp5y6w41jbl4342rmqc5hdrg0rz7pmwlilps44k8xdvml7p"; sha256 = "1xr5nmd3q8yapc0yzx7cv9qh8gvgvn2rf2z3fhwxrap3z77jp5fv";
}; };
installPhase = '' installPhase = ''