···2233stdenv.mkDerivation rec {
44 name = "git-radar-${version}";
55- version = "0.3.2";
55+ version = "0.5";
6677 phases = [ "unpackPhase" "installPhase" ];
88···1212 owner = "michaeldfallen";
1313 repo = "git-radar";
1414 rev = "v${version}";
1515- sha256 = "1028462b4kqxx66vjv7r8nnr6bi3kw11fixpqyg2srqriha6447p";
1515+ sha256 = "1915aqx8bfc4xmvhx2gfxv72p969a6rn436kii9w4yi38hibmqv9";
1616 };
17171818 installPhase = ''
···2424 meta = with stdenv.lib; {
2525 homepage = https://github.com/michaeldfallen/git-radar;
2626 license = licenses.mit;
2727- description = "Git-radar is a tool you can add to your prompt to provide at-a-glance information on your git repo";
2727+ description = "A tool you can add to your prompt to provide at-a-glance information on your git repo";
2828 platforms = with platforms; linux ++ darwin;
2929 maintainers = with maintainers; [ kamilchm ];
3030 };