mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-09 04:16:53 +00:00
Merge pull request #115710 from fabaff/bump-uptimed
This commit is contained in:
commit
cabe2e2e55
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "uptimed";
|
pname = "uptimed";
|
||||||
version = "0.4.2";
|
version = "0.4.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "0wnnpjfxnycigqj6hag0n6p5piss8cv40y9jda72d9s4df5n91z8";
|
sha256 = "sha256-X/LnH+EWjXlw8RktfL4ckAUmP2DPV1qlb6Ii4N985cU=";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "uptimed";
|
repo = "uptimed";
|
||||||
owner = "rpodgorny";
|
owner = "rpodgorny";
|
||||||
@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
which can also easily be used to show your records on a web page.
|
which can also easily be used to show your records on a web page.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/rpodgorny/uptimed/";
|
homepage = "https://github.com/rpodgorny/uptimed/";
|
||||||
license = licenses.gpl2;
|
license = with licenses; [ gpl2Only lgpl21Plus ];
|
||||||
platforms = platforms.unix;
|
maintainers = with maintainers; [ ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user