grml-zsh-config: 0.19.6 -> 0.19.7

This commit is contained in:
R. Ryantm 2024-02-03 08:10:31 +00:00
parent 8f2659f142
commit c3cf201759

View File

@ -5,13 +5,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "grml-zsh-config";
version = "0.19.6";
version = "0.19.7";
src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "sha256-31BD5jUA54oLSsL4NzGaGAiOXMcZwy7uX65pD+jtE4M=";
sha256 = "sha256-XHuoafb1Wc8dUPrk/7jwYhlRQm76qcbQy2vHECm0Iuo=";
};
strictDeps = true;