Skip to content

Commit e91a2e4

Browse files
committed
devbox: 0.14.0 -> 0.14.2
Update references for jetpack.io to jetify.com Project switched to 1.24 in jetify-com/devbox#2533
1 parent aea568b commit e91a2e4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pkgs/development/tools/devbox/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
}:
88
buildGoModule rec {
99
pname = "devbox";
10-
version = "0.14.0";
10+
version = "0.14.2";
1111

1212
src = fetchFromGitHub {
13-
owner = "jetpack-io";
13+
owner = "jetify-com";
1414
repo = pname;
1515
rev = version;
16-
hash = "sha256-ka3knS57Nc9LvGxr2DitcfI7VlkqsVXIi/llFFMb14g=";
16+
hash = "sha256-bnquJceB1zaW1ZWU5yOWP35fkpgZWW8QQA6wzsq+RKc=";
1717
};
1818

1919
ldflags = [
2020
"-s"
2121
"-w"
22-
"-X go.jetpack.io/devbox/internal/build.Version=${version}"
22+
"-X go.jetify.com/devbox/internal/build.Version=${version}"
2323
];
2424

2525
subPackages = [ "cmd/devbox" ];
2626

2727
# integration tests want file system access
2828
doCheck = false;
2929

30-
vendorHash = "sha256-og8FrWOC3Cq3KucXYcpiI1BHQS9kRPQkxyaDypFYdn0=";
30+
vendorHash = "sha256-zqkuq8MlUCELjo4Z/uJhs65XUYyH755/ohgz1Ao4UAQ=";
3131

3232
nativeBuildInputs = [ installShellFiles ];
3333

@@ -40,7 +40,7 @@ buildGoModule rec {
4040

4141
meta = with lib; {
4242
description = "Instant, easy, predictable shells and containers";
43-
homepage = "https://www.jetpack.io/devbox";
43+
homepage = "https://www.jetify.com/devbox";
4444
license = licenses.asl20;
4545
maintainers = with maintainers; [
4646
urandom

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8176,7 +8176,7 @@ with pkgs;
81768176

81778177
dbt = with python3Packages; toPythonApplication dbt-core;
81788178

8179-
devbox = callPackage ../development/tools/devbox { buildGoModule = buildGo123Module; };
8179+
devbox = callPackage ../development/tools/devbox { buildGoModule = buildGo124Module; };
81808180

81818181
libcxx = llvmPackages.libcxx;
81828182

0 commit comments

Comments
 (0)