Skip to content

Commit 9028f51

Browse files
authored
devbox: 0.13.7 -> 0.14.0 (#382040)
2 parents dc7a567 + 98246df commit 9028f51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/devbox/default.nix

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

1212
src = fetchFromGitHub {
1313
owner = "jetpack-io";
1414
repo = pname;
1515
rev = version;
16-
hash = "sha256-D56yT/A3aT9k6uEJv8NYEeHjjKzNiXMveLoOlQSjDKU=";
16+
hash = "sha256-ka3knS57Nc9LvGxr2DitcfI7VlkqsVXIi/llFFMb14g=";
1717
};
1818

1919
ldflags = [
@@ -27,7 +27,7 @@ buildGoModule rec {
2727
# integration tests want file system access
2828
doCheck = false;
2929

30-
vendorHash = "sha256-xsx+bFjvYpLYE+Sok+4zlsK6i9QLg04fdWQoN5zC2CY=";
30+
vendorHash = "sha256-og8FrWOC3Cq3KucXYcpiI1BHQS9kRPQkxyaDypFYdn0=";
3131

3232
nativeBuildInputs = [ installShellFiles ];
3333

0 commit comments

Comments
 (0)