firefoxaddon: formatting nitpicks

This commit is contained in:
Jörg Thalheim
2020-12-02 09:53:53 +01:00
parent b89c0fcebd
commit 9712bbdf74
2 changed files with 3 additions and 9 deletions
@@ -1,16 +1,11 @@
{stdenv, lib, coreutils, unzip, jq, zip, fetchurl,writeScript, ...}:
let
in
{
name
{ name
, url
, md5 ? ""
, sha1 ? ""
, sha256 ? ""
, sha512 ? ""
}:
stdenv.mkDerivation rec {
inherit name;