mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
oh-my-zsh: 2020-02-11 -> 2020-02-19
This commit is contained in:
parent
b2a903a3e7
commit
803d4e1a71
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
|||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2020-02-11";
|
||||
version = "2020-02-19";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "17428f3c9a99c8d81e57bcf565d39011669e65ed";
|
||||
rev = "bc9fe7423f5d8c639b208ebb9a7dbfce078bfd9b";
|
||||
|
||||
src = fetchgit { inherit rev;
|
||||
url = "https://github.com/ohmyzsh/ohmyzsh";
|
||||
sha256 = "1i2f5gvr8gdvwx4x135j949x4q1q721jq2936p33c1zk9wq4kzwc";
|
||||
sha256 = "0nhqnhgp6y70q2p70qi7n4qzhahcb9q6hyqij7wfcdsws0lbf6nn";
|
||||
};
|
||||
|
||||
pathsToLink = [ "/share/oh-my-zsh" ];
|
||||
|
|
Loading…
Reference in a new issue