pure-prompt: 1.16.0 -> 1.17.0

wip/nixpkgs-raku
Gytis Ivaskevicius 3 years ago
parent a03ac51a06
commit e398cfb121
  1. 4
      pkgs/shells/zsh/pure-prompt/default.nix

@ -4,13 +4,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "pure-prompt";
version = "1.16.0";
version = "1.17.0";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-fnk4lLRASX7FFAovAiRd9sm4jNlnFIJ78UCzdsXYVfM=";
sha256 = "sha256-6j6QZtsA5ZgfXthYjXRrND2zAJwZx0/6WRI1f3c+2mE=";
};
installPhase = ''

Loading…
Cancel
Save