monitor: 0.17.1 -> 0.17.2 (#342774)

This commit is contained in:
Bobby Rong 2024-09-18 21:58:21 +08:00 committed by GitHub
commit 1803eb899a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "monitor";
version = "0.17.1";
version = "0.17.2";
src = fetchFromGitHub {
owner = "stsdc";
repo = "monitor";
rev = version;
hash = "sha256-Eo0nwATKrx6SmTsaXe3oFIkp0BUTmjcjIc3Vjt+Cr20=";
hash = "sha256-Kk3L4hfHon0B6Y6vU7en1UFpg221+EiVCxMX9mvu7pU=";
fetchSubmodules = true;
};