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:
parent
8609356895
commit
07e328d4ce
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue