Skip to content

Commit

Permalink
devbox: 0.13.4 -> 0.13.6 (#353171)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Nov 14, 2024
2 parents d809677 + 00911fc commit 796f296
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/devbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "devbox";
version = "0.13.4";
version = "0.13.6";

src = fetchFromGitHub {
owner = "jetpack-io";
repo = pname;
rev = version;
hash = "sha256-+3AKBhxf1m6cBNtEx8xmUmJ2PUk0LNPaS+cZhsXJoTs=";
hash = "sha256-E2wIXa/cYVY7vOq1PWKJHG1EVpgN8o6AxIi7KtwjsxI=";
};

ldflags = [
Expand All @@ -26,7 +26,7 @@ buildGoModule rec {
# integration tests want file system access
doCheck = false;

vendorHash = "sha256-rwmNzYzmZqNcNVV4GgqCVLT6ofIkblVCMJHLGwlhcGw=";
vendorHash = "sha256-js0dxnLBSnfhgjigTmQAh7D9t6ZeSHf7k6Xd3RIBUjo=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 796f296

Please sign in to comment.