Update pkgs/development/web/bun/default.nix

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
This commit is contained in:
Milo
2022-09-22 07:17:00 +01:00
committed by GitHub
co-authored by Anderson Torres
parent 5535f27d1d
commit 0a08b8a83e
+12 -1
View File
@@ -1,4 +1,15 @@
{ stdenvNoCC, callPackage, fetchurl, autoPatchelfHook, unzip, openssl, lib, writeShellScript, curl, jq, common-updater-scripts }:
{ lib
, stdenvNoCC
, callPackage
, fetchurl
, autoPatchelfHook
, unzip
, openssl
, writeShellScript
, curl
, jq
, common-updater-scripts
}:
stdenvNoCC.mkDerivation rec {
version = "0.1.13";