Merge pull request #41702 from r-ryantm/auto-update/grml-zsh-config

grml-zsh-config: 0.14.3 -> 0.15.0
This commit is contained in:
Jörg Thalheim 2018-06-08 17:02:33 +01:00 committed by GitHub
commit b9565143ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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