nix-output-monitor: 2.0.0.4 -> 2.0.0.5

https://github.com/maralorn/nix-output-monitor/releases/tag/v2.0.0.5
This commit is contained in:
maralorn 2022-11-28 00:33:18 +01:00
parent 1ffa33bf09
commit f2135573fb

View file

@ -22,7 +22,6 @@
mtl, mtl,
nix-derivation, nix-derivation,
optics, optics,
process,
random, random,
relude, relude,
safe, safe,
@ -39,10 +38,10 @@
}: }:
mkDerivation { mkDerivation {
pname = "nix-output-monitor"; pname = "nix-output-monitor";
version = "2.0.0.4"; version = "2.0.0.5";
src = fetchzip { src = fetchzip {
url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.4.tar.gz"; url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.5.tar.gz";
sha256 = "1pgrynsjjry253fqpmm3yr4k9xcvqffnbs4p8i1nlfi9l821wj8c"; sha256 = "02xrbf2nr64yfny3idkjb1xbd97wl8m5viifrwjf4hi6ivs5bl18";
}; };
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
@ -126,7 +125,6 @@ mkDerivation {
mtl mtl
nix-derivation nix-derivation
optics optics
process
random random
relude relude
safe safe
@ -137,6 +135,7 @@ mkDerivation {
terminal-size terminal-size
text text
time time
typed-process
wcwidth wcwidth
word8 word8
]; ];