We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd9d76 commit 11b3ac8Copy full SHA for 11b3ac8
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Revision history for nix-output-monitor
2
3
+## 1.1.3.0 -- 2022-03-21
4
+* Update parser to correctly detect failed builds on nix 2.7
5
+
6
## 1.1.2.1 -- 2022-03-16
7
* Move nom-build and zsh completion files from nixpkgs into this repo
8
* Internal refactoring for streamly >= 0.8 and ghc 9.0 compat
nix-output-monitor.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: nix-output-monitor
-version: 1.1.2.1
+version: 1.1.3.0
synopsis: Parses output of nix-build to show additional information
description:
A tool you can pipe stdout and stderr into to get your terminal output enriched with useful information.
0 commit comments