Merge pull request #24554 from ndowens/git-radar
git-radar: 0.3.2 -> 0.5
This commit is contained in:
commit
6df9e84773
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "git-radar-${version}";
|
name = "git-radar-${version}";
|
||||||
version = "0.3.2";
|
version = "0.5";
|
||||||
|
|
||||||
phases = [ "unpackPhase" "installPhase" ];
|
phases = [ "unpackPhase" "installPhase" ];
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "michaeldfallen";
|
owner = "michaeldfallen";
|
||||||
repo = "git-radar";
|
repo = "git-radar";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1028462b4kqxx66vjv7r8nnr6bi3kw11fixpqyg2srqriha6447p";
|
sha256 = "1915aqx8bfc4xmvhx2gfxv72p969a6rn436kii9w4yi38hibmqv9";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/michaeldfallen/git-radar;
|
homepage = https://github.com/michaeldfallen/git-radar;
|
||||||
license = licenses.mit;
|
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;
|
platforms = with platforms; linux ++ darwin;
|
||||||
maintainers = with maintainers; [ kamilchm ];
|
maintainers = with maintainers; [ kamilchm ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user