Merge pull request #84825 from r-ryantm/auto-update/dit
dit: 0.5 -> 0.6
This commit is contained in:
commit
b89b23b029
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dit";
|
pname = "dit";
|
||||||
version = "0.5";
|
version = "0.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://hisham.hm/dit/releases/${version}/${pname}-${version}.tar.gz";
|
url = "https://hisham.hm/dit/releases/${version}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "05vhr1gl3bb5fg49v84xhmjaqdjw6djampvylw10ydvbpnpvjvjc";
|
sha256 = "0ryvm54xxkg2gcgz4r8zdxrl6j2h8mgg9nfqmdmdr31qkcj8wjsq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses lua ]
|
buildInputs = [ ncurses lua ]
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A console text editor for Unix that you already know how to use";
|
description = "A console text editor for Unix that you already know how to use";
|
||||||
homepage = https://hisham.hm/dit/;
|
homepage = "https://hisham.hm/dit/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
maintainers = with maintainers; [ davidak ];
|
maintainers = with maintainers; [ davidak ];
|
||||||
|
|
Loading…
Reference in New Issue