Unverified Commit aaec04c1 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

parents 04e2c03a d8522d12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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;