grml-zsh-config: 0.19.12 -> 0.19.14

This commit is contained in:
R. Ryantm
2025-02-09 18:47:14 +00:00
parent 6f1338e307
commit 06141eb5ab
+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.12";
version = "0.19.14";
src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "sha256-s8U5CypuCd7lJ3pPhpVgbFfw6s0tTQwtHo2hOhxOECw=";
sha256 = "sha256-7UiP6CUP/qArOfcrFtpiNUBBwkcCSrvsPb29SSqSkmg=";
};
strictDeps = true;