Skip to content

Commit

Permalink
grml-zsh-config: 0.17.3 -> 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Aug 7, 2020
1 parent 6e276d3 commit 30469ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/zsh/grml-zsh-config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ with lib;

stdenv.mkDerivation rec {
pname = "grml-zsh-config";
version = "0.17.3";
version = "0.17.4";

src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "1d5d68gflf67hsg1gy2ywssfdx61j1kl799akhvlwi5c0vvszvpi";
sha256 = "09c3f7s2r0cb8g9kgh3xhc8dhr1656g1q9s9i3s5imvknwqii6as";
};

buildInputs = [ zsh coreutils txt2tags procps ]
Expand Down

0 comments on commit 30469ea

Please sign in to comment.