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

grml-zsh-config: 0.19.3 -> 0.19.4
This commit is contained in:
Mario Rodas 2022-10-14 21:33:28 -05:00 committed by GitHub
commit e38af80e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "grml-zsh-config";
version = "0.19.3";
version = "0.19.4";
src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "sha256-/WNBZcLGtlAsPKQpV8AMFgZZVHc2yMlCbvGmbH4BLfY=";
sha256 = "sha256-2TAhs2/yAVAU35IeVfT/68xLt9QZ4fLxMQjxnbCfBKs=";
};
strictDeps = true;