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 7
7
} :
8
8
buildGoModule rec {
9
9
pname = "devbox" ;
10
- version = "0.14.0 " ;
10
+ version = "0.14.2 " ;
11
11
12
12
src = fetchFromGitHub {
13
- owner = "jetpack-io " ;
13
+ owner = "jetify-com " ;
14
14
repo = pname ;
15
15
rev = version ;
16
- hash = "sha256-ka3knS57Nc9LvGxr2DitcfI7VlkqsVXIi/llFFMb14g =" ;
16
+ hash = "sha256-bnquJceB1zaW1ZWU5yOWP35fkpgZWW8QQA6wzsq+RKc =" ;
17
17
} ;
18
18
19
19
ldflags = [
20
20
"-s"
21
21
"-w"
22
- "-X go.jetpack.io /devbox/internal/build.Version=${ version } "
22
+ "-X go.jetify.com /devbox/internal/build.Version=${ version } "
23
23
] ;
24
24
25
25
subPackages = [ "cmd/devbox" ] ;
26
26
27
27
# integration tests want file system access
28
28
doCheck = false ;
29
29
30
- vendorHash = "sha256-og8FrWOC3Cq3KucXYcpiI1BHQS9kRPQkxyaDypFYdn0 =" ;
30
+ vendorHash = "sha256-zqkuq8MlUCELjo4Z/uJhs65XUYyH755/ohgz1Ao4UAQ =" ;
31
31
32
32
nativeBuildInputs = [ installShellFiles ] ;
33
33
@@ -40,7 +40,7 @@ buildGoModule rec {
40
40
41
41
meta = with lib ; {
42
42
description = "Instant, easy, predictable shells and containers" ;
43
- homepage = "https://www.jetpack.io /devbox" ;
43
+ homepage = "https://www.jetify.com /devbox" ;
44
44
license = licenses . asl20 ;
45
45
maintainers = with maintainers ; [
46
46
urandom
Original file line number Diff line number Diff line change @@ -8176,7 +8176,7 @@ with pkgs;
8176
8176
8177
8177
dbt = with python3Packages; toPythonApplication dbt-core;
8178
8178
8179
- devbox = callPackage ../development/tools/devbox { buildGoModule = buildGo123Module ; };
8179
+ devbox = callPackage ../development/tools/devbox { buildGoModule = buildGo124Module ; };
8180
8180
8181
8181
libcxx = llvmPackages.libcxx;
8182
8182
You can’t perform that action at this time.
0 commit comments