nix-output-monitor: 1.0.3.1 -> 1.0.3.2

(cherry picked from commit a96fe065eee37d61972386b96d1573102b12b4a2)
This commit is contained in:
Malte Brandy 2021-09-17 10:58:39 +02:00 committed by github-actions[bot]
parent b897a166cb
commit a94c6e2dc4

View File

@ -5,11 +5,11 @@
}:
mkDerivation rec {
pname = "nix-output-monitor";
version = "1.0.3.1";
version = "1.0.3.2";
src = fetchFromGitHub {
owner = "maralorn";
repo = "nix-output-monitor";
sha256 = "1kkf6cqq8aba8vmfcww30ah9j44bwakanyfdb6595vmaq5hrsq92";
sha256 = "0srfclmqrqcx8b756yxww24ya0xn2ajxbgj07mcvdvwbwl09pys8";
rev = "v${version}";
};
isLibrary = true;