Unverified Commit 1c58d261 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

devbox: 0.10.1 -> 0.10.2
parents 35fde999 f44e1bfe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
  pname = "devbox";
  version = "0.10.1";
  version = "0.10.2";

  src = fetchFromGitHub {
    owner = "jetpack-io";
    repo = pname;
    rev = version;
    hash = "sha256-iKWOGp5Clk+YFXHv/5k+7DZMA9TQzyIQoTlQs4IMbu4=";
    hash = "sha256-mZwvNNwB+btDbjVUQNucDXsBATGfjCvV1odAgkFkiSc=";
  };

  ldflags = [