File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77} :
88buildGoModule 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments