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

grml-zsh-config: 0.19.1 -> 0.19.2
This commit is contained in:
Artturi 2022-05-26 03:23:40 +03:00 committed by GitHub
commit 6df916ac83
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.1";
version = "0.19.2";
src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "sha256-GEuBYN6HVAjiAbusVuEA7zBG9fIVZHLV628Jt6Cv5cM=";
sha256 = "sha256-9BknWrYgLv9xx9TlVAJxRzVUmbz5v6f7swPDsE4P6WY=";
};
strictDeps = true;