nix-output-monitor: 2.1.5 -> 2.1.6 (#396673)
This commit is contained in:
commit
b4b3622bdb
@ -9,21 +9,21 @@
|
|||||||
bytestring,
|
bytestring,
|
||||||
cassava,
|
cassava,
|
||||||
containers,
|
containers,
|
||||||
data-default,
|
|
||||||
directory,
|
directory,
|
||||||
extra,
|
extra,
|
||||||
fetchzip,
|
fetchzip,
|
||||||
|
filelock,
|
||||||
filepath,
|
filepath,
|
||||||
hermes-json,
|
hermes-json,
|
||||||
HUnit,
|
HUnit,
|
||||||
lib,
|
lib,
|
||||||
lock-file,
|
|
||||||
MemoTrie,
|
MemoTrie,
|
||||||
nix-derivation,
|
nix-derivation,
|
||||||
optics,
|
optics,
|
||||||
random,
|
random,
|
||||||
relude,
|
relude,
|
||||||
safe,
|
safe,
|
||||||
|
safe-exceptions,
|
||||||
stm,
|
stm,
|
||||||
streamly-core,
|
streamly-core,
|
||||||
strict,
|
strict,
|
||||||
@ -38,10 +38,10 @@
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "nix-output-monitor";
|
pname = "nix-output-monitor";
|
||||||
version = "2.1.5";
|
version = "2.1.6";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://code.maralorn.de/maralorn/nix-output-monitor/archive/v2.1.5.tar.gz";
|
url = "https://code.maralorn.de/maralorn/nix-output-monitor/archive/v2.1.6.tar.gz";
|
||||||
sha256 = "01rsd2x74ainpadmyldxmjypkcc80f3caiysz9dz6vm8q2arcfbd";
|
sha256 = "0v291s6lx9rxlw38a3329gc37nyl2x24blyrf9rv8lzxc1q4bz31";
|
||||||
};
|
};
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
@ -53,17 +53,17 @@ mkDerivation {
|
|||||||
bytestring
|
bytestring
|
||||||
cassava
|
cassava
|
||||||
containers
|
containers
|
||||||
data-default
|
|
||||||
directory
|
directory
|
||||||
extra
|
extra
|
||||||
|
filelock
|
||||||
filepath
|
filepath
|
||||||
hermes-json
|
hermes-json
|
||||||
lock-file
|
|
||||||
MemoTrie
|
MemoTrie
|
||||||
nix-derivation
|
nix-derivation
|
||||||
optics
|
optics
|
||||||
relude
|
relude
|
||||||
safe
|
safe
|
||||||
|
safe-exceptions
|
||||||
stm
|
stm
|
||||||
streamly-core
|
streamly-core
|
||||||
strict
|
strict
|
||||||
@ -82,17 +82,17 @@ mkDerivation {
|
|||||||
bytestring
|
bytestring
|
||||||
cassava
|
cassava
|
||||||
containers
|
containers
|
||||||
data-default
|
|
||||||
directory
|
directory
|
||||||
extra
|
extra
|
||||||
|
filelock
|
||||||
filepath
|
filepath
|
||||||
hermes-json
|
hermes-json
|
||||||
lock-file
|
|
||||||
MemoTrie
|
MemoTrie
|
||||||
nix-derivation
|
nix-derivation
|
||||||
optics
|
optics
|
||||||
relude
|
relude
|
||||||
safe
|
safe
|
||||||
|
safe-exceptions
|
||||||
stm
|
stm
|
||||||
streamly-core
|
streamly-core
|
||||||
strict
|
strict
|
||||||
@ -113,19 +113,19 @@ mkDerivation {
|
|||||||
bytestring
|
bytestring
|
||||||
cassava
|
cassava
|
||||||
containers
|
containers
|
||||||
data-default
|
|
||||||
directory
|
directory
|
||||||
extra
|
extra
|
||||||
|
filelock
|
||||||
filepath
|
filepath
|
||||||
hermes-json
|
hermes-json
|
||||||
HUnit
|
HUnit
|
||||||
lock-file
|
|
||||||
MemoTrie
|
MemoTrie
|
||||||
nix-derivation
|
nix-derivation
|
||||||
optics
|
optics
|
||||||
random
|
random
|
||||||
relude
|
relude
|
||||||
safe
|
safe
|
||||||
|
safe-exceptions
|
||||||
stm
|
stm
|
||||||
streamly-core
|
streamly-core
|
||||||
strict
|
strict
|
||||||
|
@ -27,4 +27,6 @@ cabal2nix \
|
|||||||
"https://code.maralorn.de/maralorn/nix-output-monitor/archive/${new_version}.tar.gz" \
|
"https://code.maralorn.de/maralorn/nix-output-monitor/archive/${new_version}.tar.gz" \
|
||||||
>> "$derivation_file"
|
>> "$derivation_file"
|
||||||
|
|
||||||
|
nixfmt "$derivation_file"
|
||||||
|
|
||||||
echo "Finished."
|
echo "Finished."
|
||||||
|
Loading…
Reference in New Issue
Block a user