Merge pull request #102274 from evils/tuptime

This commit is contained in:
Sandro 2020-11-25 23:00:44 +01:00 committed by GitHub
commit cb7b8bcd84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
}; };