monitor: 0.13.0 -> 0.14.0

This commit is contained in:
Bobby Rong 2022-06-16 20:37:53 +08:00
parent 099300771f
commit 5811847961
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "monitor";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "stsdc";
repo = "monitor";
rev = version;
sha256 = "sha256-qwx60cp3Q6PL1iwRP+M9Rtmxcis0EByi8fk13H4cXfc=";
sha256 = "sha256-dw1FR9nU8MY6LBL3sF942azeSgKmCntXCk4+nhMb4Wo=";
fetchSubmodules = true;
};