monitor: 0.15.0 -> 0.15.1

https://github.com/stsdc/monitor/compare/0.15.0..0.15.1
This commit is contained in:
Bobby Rong 2023-01-29 10:26:03 +08:00
parent 6e873de5b8
commit 5797a5ebc9
No known key found for this signature in database

View file

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "monitor";
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "stsdc";
repo = "monitor";
rev = version;
sha256 = "sha256-w4c9rVO54mrjUX2iRxUQ7PHqE+8D+BqBgHMK2X9nI0g=";
sha256 = "sha256-3Kgpb0gOVpsufevz4ZIsIngl/Djckft8nJW+wBgfp4A=";
fetchSubmodules = true;
};