Merge pull request #196509 from maralorn/nom

nix-output-monitor: 2.0.0.0 -> 2.0.0.2
This commit is contained in:
maralorn 2022-10-19 03:01:08 +02:00 committed by GitHub
commit b0f002a651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,10 +38,10 @@
}: }:
mkDerivation { mkDerivation {
pname = "nix-output-monitor"; pname = "nix-output-monitor";
version = "2.0.0.0"; version = "2.0.0.2";
src = fetchzip { src = fetchzip {
url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.0.tar.gz"; url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.2.tar.gz";
sha256 = "033582nzyi0hfis062cnz8lgx918lk1bmzfimsd78a9zzxn20frg"; sha256 = "1xfcl7203sgc88a9xdnswwk7rirsaff7jb27yil7mrb7ni10g2f9";
}; };
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;