nix-output-monitor: 1.0.4.0 -> 1.0.5.0

This commit is contained in:
Malte Brandy 2022-03-05 20:20:01 +01:00
parent 071bc24f05
commit f7e9fa8dc6

View file

@ -5,11 +5,11 @@
}:
mkDerivation rec {
pname = "nix-output-monitor";
version = "1.0.4.0";
version = "1.0.5.0";
src = fetchFromGitHub {
owner = "maralorn";
repo = "nix-output-monitor";
hash = "sha256-3EQgjrDX8C3qG6danuPRl2gnPlX1qZjxjrROrKitsS0=";
hash = "sha256-7vjGE/MfRlFplGQBkhYwqMWjiFfky7J9aI8Tt5FycBo=";
rev = "v${version}";
};
isLibrary = true;