grml-zsh-config: 0.19.11 -> 0.19.12 (#373929)

This commit is contained in:
Weijia Wang
2025-01-26 12:44:48 +01:00
committed by GitHub
+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;