Merge pull request #115042 from maralorn/nom
nix-output-monitor: 1.0.1.1 -> 1.0.2.0
This commit is contained in:
commit
1b15953c03
@ -1,22 +1,23 @@
|
|||||||
{ mkDerivation, ansi-terminal, async, attoparsec, base, containers
|
{ mkDerivation, ansi-terminal, async, attoparsec, base, containers
|
||||||
, cassava, directory, HUnit, mtl, nix-derivation, process, relude, lib
|
, cassava, directory, HUnit, mtl, nix-derivation, process, relude, lib
|
||||||
, stm, terminal-size, text, time, unix, wcwidth, fetchFromGitHub
|
, stm, terminal-size, text, time, unix, wcwidth, fetchFromGitHub
|
||||||
, expect, runtimeShell
|
, lock-file, data-default, expect, runtimeShell
|
||||||
}:
|
}:
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "nix-output-monitor";
|
pname = "nix-output-monitor";
|
||||||
version = "1.0.1.1";
|
version = "1.0.2.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "maralorn";
|
owner = "maralorn";
|
||||||
repo = "nix-output-monitor";
|
repo = "nix-output-monitor";
|
||||||
sha256 = "1wi1gsl5q1sy7k6k5wxhwpwzki7rghhbsyzm84hnw6h93w6401ax";
|
sha256 = "12spiddjy8xhbxdh89w46kg7p2asfa4qrldwb1kps178hdhjdrgz";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
};
|
};
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
ansi-terminal async attoparsec base cassava containers directory mtl
|
ansi-terminal async attoparsec base cassava containers directory mtl
|
||||||
nix-derivation relude stm terminal-size text time unix wcwidth
|
nix-derivation relude stm terminal-size text time unix wcwidth lock-file
|
||||||
|
data-default
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
ansi-terminal async attoparsec base containers directory mtl
|
ansi-terminal async attoparsec base containers directory mtl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user