monitor: 0.12.0 -> 0.13.0

main
Bobby Rong 2 years ago
parent 73ad5f9e14
commit 6ea480daa5
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 6
      pkgs/applications/system/monitor/default.nix

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "monitor";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "stsdc";
repo = "monitor";
rev = version;
sha256 = "1fv98yz9393ddp0k96bwbgccy6x9dmmg8g1pjd3xs6m4c1bnvfc7";
sha256 = "sha256-qwx60cp3Q6PL1iwRP+M9Rtmxcis0EByi8fk13H4cXfc=";
fetchSubmodules = true;
};
@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/stsdc/monitor";
maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
platforms = platforms.linux;
license = licenses.gpl3;
license = licenses.gpl3Plus;
mainProgram = "com.github.stsdc.monitor";
};
}

Loading…
Cancel
Save