grml-zsh-config: 0.19.23 -> 0.19.24

This commit is contained in:
R. Ryantm 2025-08-16 12:43:02 +00:00
parent a34f89140e
commit 3685eaf9f1

View File

@ -7,13 +7,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "grml-zsh-config"; pname = "grml-zsh-config";
version = "0.19.23"; version = "0.19.24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grml"; owner = "grml";
repo = "grml-etc-core"; repo = "grml-etc-core";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-kaVDX+f2WeRjrpyW5pKkamNIKemdUq+1AU+8W+0vAx8="; sha256 = "sha256-DUkj/5LD85h3J+PIVAfsGY0fkktAgWn93Y3hnRrn/wk=";
}; };
strictDeps = true; strictDeps = true;