Skip to content

Commit

Permalink
grml-zsh-config: 0.19.7 -> 0.19.8 (#361144)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 18, 2024
2 parents 7e8be1a + 318ea39 commit f22ddc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gr/grml-zsh-config/package.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, lib, zsh, coreutils, inetutils, procps, txt2tags }:
stdenv.mkDerivation rec {
pname = "grml-zsh-config";
version = "0.19.7";
version = "0.19.8";

src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "sha256-XHuoafb1Wc8dUPrk/7jwYhlRQm76qcbQy2vHECm0Iuo=";
sha256 = "sha256-Tx9u0mH3hFYmyKGAmI5lLxrau/tmE9/BaU43gSr7iFw=";
};

strictDeps = true;
Expand Down

0 comments on commit f22ddc5

Please sign in to comment.