Commit 8113ae6d authored by Niklas Hambüchen's avatar Niklas Hambüchen
Browse files

moonnfire-nvr: Fix incorrect testVersion invocation

parent c8c2d706
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,9 +72,9 @@ rustPlatform.buildRustPackage {
  passthru = {
    inherit ui;
    tests.version = testers.testVersion {
      inherit version;
      package = moonfire-nvr;
      command = "moonfire-nvr --version";
      version = "Version: v${version}";
    };
  };