nix-output-monitor: 1.0.3.2 -> 1.0.3.3

(cherry picked from commit f779a0ff03497e83dab5b04182c13cd2ef347274)
This commit is contained in:
Malte Brandy 2021-09-24 18:19:53 +02:00 committed by github-actions[bot]
parent 23e9876f22
commit 17ee0b23fe

View File

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