Merge pull request #115710 from fabaff/bump-uptimed
This commit is contained in:
commit
cabe2e2e55
1 changed files with 5 additions and 5 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "uptimed";
|
||||
version = "0.4.2";
|
||||
version = "0.4.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "0wnnpjfxnycigqj6hag0n6p5piss8cv40y9jda72d9s4df5n91z8";
|
||||
sha256 = "sha256-X/LnH+EWjXlw8RktfL4ckAUmP2DPV1qlb6Ii4N985cU=";
|
||||
rev = "v${version}";
|
||||
repo = "uptimed";
|
||||
owner = "rpodgorny";
|
||||
|
@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
|
|||
which can also easily be used to show your records on a web page.
|
||||
'';
|
||||
homepage = "https://github.com/rpodgorny/uptimed/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
license = with licenses; [ gpl2Only lgpl21Plus ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue