Commit 2242ba6c authored by R. RyanTM's avatar R. RyanTM
Browse files

monitor: 0.16.0 -> 0.16.1

parent 5aee86ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };