GRC: 1.7 -> 1.9
This commit is contained in:
parent
50855c7e37
commit
ba3de5cf9b
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchurl, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.7";
|
||||
version = "1.9";
|
||||
name = "grc-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://korpus.juls.savba.sk/~garabik/software/grc/grc_${version}.orig.tar.gz";
|
||||
sha256 = "01hpvs5915ajcswm7kg4167qsa9kbg0snxxj5k3ymkz6c567dp70";
|
||||
sha256 = "0nsgqpijhpinnzscmpnhcjahv8yivz0g65h8zsly2md23ibnwqj1";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Yet another colouriser for beautifying your logfiles or output of commands";
|
||||
homepage = http://korpus.juls.savba.sk/~garabik/software/grc.html;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
maintainers = with maintainers; [ lovek323 AndersonTorres ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue