Merge pull request #279123 from r-ryantm/auto-update/tuptime

tuptime: 5.2.2 -> 5.2.3
This commit is contained in:
OTABI Tomoya 2024-01-08 14:17:07 +09:00 committed by GitHub
commit c4e8035237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "tuptime";
version = "5.2.2";
version = "5.2.3";
src = fetchFromGitHub {
owner = "rfmoz";
repo = "tuptime";
rev = version;
sha256 = "sha256-YrZP2sovAwwfDBoKoobgkf0+7RmYFUtrV9jfBmDsNL8=";
sha256 = "sha256-kR+Pi7/nsRzmmvibp95wjj8/B/Q6FCDSn2A7vJ3sM94=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];