tuptime: 5.2.1 -> 5.2.2

repo owner changed account name
this was announced in the changelog

renamed -x option, which is currently used in the NixOS module
this commit should be followed immediately by a module update

Evils 07e328d4 86093568

Changed files
+3 -3
pkgs
tools
system
tuptime
+3 -3
pkgs/tools/system/tuptime/default.nix
···
stdenv.mkDerivation rec {
pname = "tuptime";
-
version = "5.2.1";
+
version = "5.2.2";
src = fetchFromGitHub {
-
owner = "rfrail3";
+
owner = "rfmoz";
repo = "tuptime";
rev = version;
-
sha256 = "sha256-C5Wg3z1PGqgUfdjsSKcI9lvR0a6NcJfsZd+wMl0Fz+U=";
+
sha256 = "sha256-YrZP2sovAwwfDBoKoobgkf0+7RmYFUtrV9jfBmDsNL8=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];