Merge pull request #260785 from jetpack-io/master

devbox: 0.5.13 -> 0.6.0
This commit is contained in:
Mario Rodas 2023-10-13 08:49:58 -05:00 committed by GitHub
commit 1c6d53048f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "devbox";
version = "0.5.13";
version = "0.6.0";
src = fetchFromGitHub {
owner = "jetpack-io";
repo = pname;
rev = version;
hash = "sha256-BUbgujVPog5OZXTvaOUzAiu5s6QxA7bfbiikYXB5wMU=";
hash = "sha256-XZf8xJcWUY+OqT4Sjwes9o09//ToG7oMIhhyLSHDctM=";
};
ldflags = [
@ -23,7 +23,7 @@ buildGoModule rec {
# integration tests want file system access
doCheck = false;
vendorHash = "sha256-JPbGvY+SMxqwCoh8Ea5iDmseonnp4Kczr5EzRbocb1s=";
vendorHash = "sha256-IwAZA0/i9I/Ylz7M5SZ/nJ6nMkiT6aEM9dAGPnCzyAk=";
nativeBuildInputs = [ installShellFiles ];

View File

@ -18966,7 +18966,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
devbox = callPackage ../development/tools/devbox { };
devbox = callPackage ../development/tools/devbox { buildGoModule = buildGo121Module; };
libcxx = llvmPackages.libcxx;
libcxxabi = llvmPackages.libcxxabi;