1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

oh-my-zsh: 2019-05-28 -> 2019-06-01

This commit is contained in:
Tim Steinbach 2019-06-02 13:27:17 -04:00
parent f6840be5d6
commit 57815f9164
No known key found for this signature in database
GPG key ID: 6C654787275A64F1

View file

@ -4,13 +4,13 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
version = "2019-05-28";
version = "2019-06-01";
name = "oh-my-zsh-${version}";
rev = "9930dd6e49df5630ac23c68b85465f0bb801d17f";
rev = "27228d83fe403cf664c0c8626a3874ed3989d084";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "1gncl7irz0drlg7rrnb9iqzslflhrpfgsjg7kmdkchp8gj7750hl";
sha256 = "1ffh4md48wn16zaacn76323iyj2kc592ggglx83mi7qsk4zgaa7z";
};
pathsToLink = [ "/share/oh-my-zsh" ];