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

grml-zsh-config: 0.19.2 -> 0.19.3
This commit is contained in:
Jonas Heinrich 2022-08-29 19:33:32 +02:00 committed by GitHub
commit 91ae100a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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