Merge pull request #219607 from r-ryantm/auto-update/monitor

monitor: 0.16.0 -> 0.16.1
This commit is contained in:
davidak 2023-03-05 02:04:05 +01:00 committed by GitHub
commit 9b96e87b46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "monitor";
version = "0.16.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "stsdc";
repo = "monitor";
rev = version;
sha256 = "sha256-+B3h7ydN+ISElpOMMCcKORYnq1MaMhvr+4I2qHJ26As=";
sha256 = "sha256-ZTsb1xcJ7eeCEPebZW0anmG1SUPAzZakw4WzJql9VTQ=";
fetchSubmodules = true;
};