3
0
Fork 0
forked from mirrors/nixpkgs

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
parent 5535f27d1d
commit 0a08b8a83e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";