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
This commit is contained in:
Evils 2023-01-07 17:40:20 +01:00 committed by pennae
parent 8609356895
commit 07e328d4ce

@ -6,13 +6,13 @@
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 ];