aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-25 23:00:44 +0100
committerGitHub <noreply@github.com>2020-11-25 23:00:44 +0100
commitcb7b8bcd845501688130e0e9ff67ee89afabdd14 (patch)
tree263ac460284dd94958149589ca12f755972c5cec /pkgs/tools/system
parent6f2e5f0b79d9d451689cdd83d3102bfcc6c420f0 (diff)
parent88ba207d53f654d1dff98e1936d2d615d2537049 (diff)
Merge pull request #102274 from evils/tuptime
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/tuptime/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/tuptime/default.nix b/pkgs/tools/system/tuptime/default.nix
index abfc8ae5ac87..213a79fe2700 100644
--- a/pkgs/tools/system/tuptime/default.nix
+++ b/pkgs/tools/system/tuptime/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "tuptime";
- version = "5.0.0";
+ version = "5.0.1";
src = fetchFromGitHub {
owner = "rfrail3";
repo = "tuptime";
rev = version;
- sha256 = "0izps85p8pxidfrzp7l4hp221fx3dcgapapsix1zavq6jrsl2qyh";
+ sha256 = "0nk3yyjavgmc435vj3f0siw4y5nwipsbcsvsf5m7mgvq0xi8f3ls";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Total uptime & downtime statistics utility";
homepage = "https://github.com/rfrail3/tuptime";
- license = licenses.gpl2;
+ license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = [ maintainers.evils ];
};