Merge pull request #129970 from gytis-ivaskevicius/update-pure-prompt

pure-prompt: 1.16.0 -> 1.17.0
This commit is contained in:
Sandro
2021-07-12 01:37:10 +02:00
committed by GitHub
+2 -2
View File
@@ -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 = ''