···307308# LabKit: Tracing and Correlation
309gem 'gitlab-labkit', '0.14.0'
310+# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0
311+# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900
312+gem 'thrift', '>= 0.14.0'
313314# I18n
315gem 'ruby_parser', '~> 3.15', require: false
···23stdenv.mkDerivation rec {
4 pname = "uptimed";
5- version = "0.4.2";
67 src = fetchFromGitHub {
8- sha256 = "0wnnpjfxnycigqj6hag0n6p5piss8cv40y9jda72d9s4df5n91z8";
9 rev = "v${version}";
10 repo = "uptimed";
11 owner = "rpodgorny";
···23 which can also easily be used to show your records on a web page.
24 '';
25 homepage = "https://github.com/rpodgorny/uptimed/";
26- license = licenses.gpl2;
27- platforms = platforms.unix;
028 };
29-30}
···23stdenv.mkDerivation rec {
4 pname = "uptimed";
5+ version = "0.4.3";
67 src = fetchFromGitHub {
8+ sha256 = "sha256-X/LnH+EWjXlw8RktfL4ckAUmP2DPV1qlb6Ii4N985cU=";
9 rev = "v${version}";
10 repo = "uptimed";
11 owner = "rpodgorny";
···23 which can also easily be used to show your records on a web page.
24 '';
25 homepage = "https://github.com/rpodgorny/uptimed/";
26+ license = with licenses; [ gpl2Only lgpl21Plus ];
27+ maintainers = with maintainers; [ ];
28+ platforms = platforms.linux;
29 };
030}