Unverified Commit 9677775b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

devbox: 0.4.4 -> 0.4.5
parents 64dfc285 c05d64a2
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.4";
  version = "0.4.6";

  src = fetchFromGitHub {
    owner = "jetpack-io";
    repo = pname;
    rev = version;
    hash = "sha256-mowrp08L74IgOoyA30cmt4QWDsHo1HPKm7bxiYp+YVI=";
    hash = "sha256-vAfpx4cGN7NxhQbkrhSRxlD+QNfzaiBRtTgyO3e8brU=";
  };

  ldflags = [