mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nix-output-monitor: 2.0.0.1 -> 2.0.0.2
This commit is contained in:
parent
7db45269d6
commit
0c244fd4cb
1 changed files with 3 additions and 3 deletions
|
@ -38,10 +38,10 @@
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "nix-output-monitor";
|
||||
version = "2.0.0.1";
|
||||
version = "2.0.0.2";
|
||||
src = fetchzip {
|
||||
url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.1.tar.gz";
|
||||
sha256 = "1w3qcnn0n6a68x1bshnkvcgkmb8lwgbwm7wfcifgixczir3yrq55";
|
||||
url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.2.tar.gz";
|
||||
sha256 = "1xfcl7203sgc88a9xdnswwk7rirsaff7jb27yil7mrb7ni10g2f9";
|
||||
};
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
|
|
Loading…
Reference in a new issue