1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

oh-my-zsh: 2019-06-15 -> 2019-06-27

This commit is contained in:
Tim Steinbach 2019-06-28 07:57:58 -04:00
parent 7fc5ecf9a2
commit 2cbaf5b75c
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-06-15";
version = "2019-06-27";
name = "oh-my-zsh-${version}";
rev = "c105c04b6b1ddb917c12eadacb26c252f44ddfad";
rev = "7b2c4327e7d40ec17b72fe7fce3031dfc92fb165";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "0b3mdiygqvxgikaa95ixhnr6rib3wllls54hv7h50g4f86jhj62b";
sha256 = "13k5jnr4i227b2ipfaslax2yr7r8scd50mrsywfnzidsxcq13096";
};
pathsToLink = [ "/share/oh-my-zsh" ];