mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
nix-output-monitor: 0.1.0.2 -> 1.0.0.0
This commit is contained in:
parent
e95220786b
commit
f428bb03f2
@ -1,21 +1,21 @@
|
||||
{ mkDerivation, ansi-terminal, async, attoparsec, base, containers
|
||||
, directory, HUnit, mtl, nix-derivation, process, relude, lib
|
||||
, stm, text, time, unix, fetchFromGitHub
|
||||
, cassava, directory, HUnit, mtl, nix-derivation, process, relude, lib
|
||||
, stm, terminal-size, text, time, unix, wcwidth, fetchFromGitHub
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nix-output-monitor";
|
||||
version = "0.1.0.2";
|
||||
version = "1.0.0.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "maralorn";
|
||||
repo = "nix-output-monitor";
|
||||
sha256 = "0r4348cbmnpawbfa20qw3wnywiqp0jkl5svzl27jrm2yk2g51509";
|
||||
rev = "5bf7534";
|
||||
sha256 = "0hmrlkanippxhspi6vrqkpp1yc3ix2bnskfn5wispq9939k1m01v";
|
||||
rev = "1.0.0.0";
|
||||
};
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal async attoparsec base containers directory mtl
|
||||
nix-derivation relude stm text time unix
|
||||
ansi-terminal async attoparsec base cassava containers directory mtl
|
||||
nix-derivation relude stm terminal-size text time unix wcwidth
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
ansi-terminal async attoparsec base containers directory mtl
|
||||
|
Loading…
Reference in New Issue
Block a user