grml-zsh-config: 0.19.5 -> 0.19.6

This commit is contained in:
R. Ryantm 2023-07-22 06:40:14 +00:00
parent 9b23a95e30
commit 97971e7ce3

View File

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