Merge pull request #203368 from maralorn/nom
nix-output-monitor: 2.0.0.4 -> 2.0.0.5
This commit is contained in:
commit
4da2414594
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue