grml-zsh-config: 0.15.0 -> 0.15.1

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 2018-11-19 07:15:11 -08:00 committed by worldofpeace
parent 0a35e363e3
commit 1a4bb5adc7

View file

@ -5,13 +5,13 @@ with lib;
stdenv.mkDerivation rec {
name = "grml-zsh-config-${version}";
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "0a39m7rlf30r0ja56mmhidqbalck8f5gkmgngcvkxy3n486xxmkm";
sha256 = "13mm1vjmb600l4g0ssr56xrlx6lwpv1brrpmf2v2pp2d5ki0d47x";
};
buildInputs = [ zsh coreutils txt2tags procps ]