grml-zsh-config: 0.15.2 -> 0.15.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grml-zsh-config/versions
This commit is contained in:
R. RyanTM 2019-01-03 07:18:32 -08:00 committed by Dmitry Kalinkin
parent 69796c2a17
commit 7e9720559d

View file

@ -5,13 +5,13 @@ with lib;
stdenv.mkDerivation rec {
name = "grml-zsh-config-${version}";
version = "0.15.2";
version = "0.15.3";
src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "15cr8pv1idshhq5d9sq4smgfl00iz55ji5mrxclsl3a35wg0djnw";
sha256 = "1g3hbn1ibrrafa9z26pzyn4lb8mfc5zipr1i1j3w2av872zh0y35";
};
buildInputs = [ zsh coreutils txt2tags procps ]