Merge pull request #102274 from evils/tuptime
This commit is contained in:
commit
cb7b8bcd84
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tuptime";
|
pname = "tuptime";
|
||||||
version = "5.0.0";
|
version = "5.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rfrail3";
|
owner = "rfrail3";
|
||||||
repo = "tuptime";
|
repo = "tuptime";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0izps85p8pxidfrzp7l4hp221fx3dcgapapsix1zavq6jrsl2qyh";
|
sha256 = "0nk3yyjavgmc435vj3f0siw4y5nwipsbcsvsf5m7mgvq0xi8f3ls";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper installShellFiles ];
|
nativeBuildInputs = [ makeWrapper installShellFiles ];
|
||||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Total uptime & downtime statistics utility";
|
description = "Total uptime & downtime statistics utility";
|
||||||
homepage = "https://github.com/rfrail3/tuptime";
|
homepage = "https://github.com/rfrail3/tuptime";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.evils ];
|
maintainers = [ maintainers.evils ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user