Merge pull request #197777 from maralorn/nom
nix-output-monitor: 2.0.0.2 -> 2.0.0.3
This commit is contained in:
commit
a722253294
1 changed files with 3 additions and 7 deletions
|
@ -14,7 +14,6 @@
|
|||
extra,
|
||||
fetchzip,
|
||||
filepath,
|
||||
generic-optics,
|
||||
hermes-json,
|
||||
HUnit,
|
||||
lib,
|
||||
|
@ -38,10 +37,10 @@
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "nix-output-monitor";
|
||||
version = "2.0.0.2";
|
||||
version = "2.0.0.3";
|
||||
src = fetchzip {
|
||||
url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.2.tar.gz";
|
||||
sha256 = "1xfcl7203sgc88a9xdnswwk7rirsaff7jb27yil7mrb7ni10g2f9";
|
||||
url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.3.tar.gz";
|
||||
sha256 = "0mgg309vncjvx80mhqcyb7kk1918nfl02d38jczm9lsrlrmdafd9";
|
||||
};
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
|
@ -57,7 +56,6 @@ mkDerivation {
|
|||
directory
|
||||
extra
|
||||
filepath
|
||||
generic-optics
|
||||
hermes-json
|
||||
lock-file
|
||||
MemoTrie
|
||||
|
@ -86,7 +84,6 @@ mkDerivation {
|
|||
directory
|
||||
extra
|
||||
filepath
|
||||
generic-optics
|
||||
hermes-json
|
||||
lock-file
|
||||
MemoTrie
|
||||
|
@ -116,7 +113,6 @@ mkDerivation {
|
|||
directory
|
||||
extra
|
||||
filepath
|
||||
generic-optics
|
||||
hermes-json
|
||||
HUnit
|
||||
lock-file
|
||||
|
|
Loading…
Reference in a new issue