Skip to content

Commit

Permalink
Merge pull request #95268 from r-ryantm/auto-update/pure-prompt
Browse files Browse the repository at this point in the history
pure-prompt: 1.12.0 -> 1.13.0
  • Loading branch information
marsam committed Aug 13, 2020
2 parents 9a1aa2a + 5178e81 commit 4cba5d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/zsh/pure-prompt/default.nix
Expand Up @@ -4,13 +4,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "pure-prompt";
version = "1.12.0";
version = "1.13.0";

src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "1h04z7rxmca75sxdfjgmiyf1b5z2byfn6k4srls211l0wnva2r5y";
sha256 = "16q9v4c8lagp4vxm7qhagilqnwf1g4pbds56x5wfj4cwc0x2gclw";
};

installPhase = ''
Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {

meta = {
description = "Pretty, minimal and fast ZSH prompt";
homepage = https://github.com/sindresorhus/pure;
homepage = "https://github.com/sindresorhus/pure";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ pacien pablovsky ];
Expand Down

0 comments on commit 4cba5d3

Please sign in to comment.