grml-zsh-config: 0.19.11 -> 0.19.12

This commit is contained in:
R. Ryantm
2025-01-15 03:39:42 +00:00
parent d6f326af01
commit d8522d1248
+2 -2
View File
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, lib, zsh, coreutils, inetutils, procps, txt2tags }:
stdenv.mkDerivation rec {
pname = "grml-zsh-config";
version = "0.19.11";
version = "0.19.12";
src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "sha256-plVyzuVFw7wxFlhfCCjZe2QqkytTgUvsxrIdB7nv66g=";
sha256 = "sha256-s8U5CypuCd7lJ3pPhpVgbFfw6s0tTQwtHo2hOhxOECw=";
};
strictDeps = true;