grml-zsh-config: 0.19.21 -> 0.19.23 (#424531)

This commit is contained in:
Aleksana 2025-07-15 22:32:28 +08:00 committed by GitHub
commit 6cf78b4cd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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