monitor: 0.17.0 -> 0.17.1

This commit is contained in:
R. Ryantm 2024-04-05 10:01:03 +00:00
parent ef1beb6b2c
commit 225a7ccb57

View file

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