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:
parent
5535f27d1d
commit
0a08b8a83e
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue