git-radar: 0.3.2 -> 0.5

This commit is contained in:
ndowens 2017-04-01 21:30:23 -05:00
parent affce1e246
commit 02dddacc75

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "git-radar-${version}";
version = "0.3.2";
version = "0.5";
phases = [ "unpackPhase" "installPhase" ];
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "michaeldfallen";
repo = "git-radar";
rev = "v${version}";
sha256 = "1028462b4kqxx66vjv7r8nnr6bi3kw11fixpqyg2srqriha6447p";
sha256 = "1915aqx8bfc4xmvhx2gfxv72p969a6rn436kii9w4yi38hibmqv9";
};
installPhase = ''
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/michaeldfallen/git-radar;
license = licenses.mit;
description = "Git-radar is a tool you can add to your prompt to provide at-a-glance information on your git repo";
description = "A tool you can add to your prompt to provide at-a-glance information on your git repo";
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ kamilchm ];
};