summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/system
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-03-17 09:29:59 +0800
committerBobby Rong <rjl931189261@126.com>2022-03-17 09:29:59 +0800
commit6ea480daa5f8813a160d1c05257cf1e9cdfedc90 (patch)
tree48964cbfe0de0f4052179244ef6b7e938192c133 /pkgs/applications/system
parent73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58 (diff)
monitor: 0.12.0 -> 0.13.0
Diffstat (limited to 'pkgs/applications/system')
-rw-r--r--pkgs/applications/system/monitor/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/system/monitor/default.nix b/pkgs/applications/system/monitor/default.nix
index 653d727525e8..5de6e1165dc4 100644
--- a/pkgs/applications/system/monitor/default.nix
+++ b/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";
};
}