Unverified Commit 35f44ec3 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #232765 from r-ryantm/auto-update/devbox

devbox: 0.4.9 -> 0.5.1
parents 58e7a9dc 067098c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
  pname = "devbox";
  version = "0.4.9";
  version = "0.5.2";

  src = fetchFromGitHub {
    owner = "jetpack-io";
    repo = pname;
    rev = version;
    hash = "sha256-JxpvUlBrC00zLEZAVVhNI0lP/whd61DcY+NZAoKR55I=";
    hash = "sha256-fC/cUtuXTxjDv35gJXN7meq/uRFH3nsVULxmOJe8WwY=";
  };

  ldflags = [