Skip to content

Commit 8205c25

Browse files
authored
bump version to 0.13.5 (#2360)
## Summary Updating the version to fix a process-compose bug with postgresql * Bump version to 0.13.5 * Upgrade the nixpkgs commit we use to build ## How was it tested? nix build . Tested `devbox init` on an existing project to validate warning Tested `devbox services up` on postgres to validate process-compose change
1 parent 595dc22 commit 8205c25

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
let
1212
pkgs = nixpkgs.legacyPackages.${system};
1313

14-
lastTag = "0.13.4";
14+
lastTag = "0.13.5";
1515

1616
revision = if (self ? shortRev)
1717
then "${self.shortRev}"
@@ -36,7 +36,7 @@
3636

3737
src = ./.;
3838

39-
subpackage = [./cmd/devbox];
39+
subpackage = [ ./cmd/devbox ];
4040

4141
ldflags = [
4242
"-s"

0 commit comments

Comments
 (0)