Commit 067098c3 authored by Mario Rodas's avatar Mario Rodas
Browse files
parent 06c0791e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
  pname = "devbox";
  version = "0.5.1";
  version = "0.5.2";

  src = fetchFromGitHub {
    owner = "jetpack-io";
    repo = pname;
    rev = version;
    hash = "sha256-cTN/CxOZWrSDi9NkQ8qHvjHdpMCnfZkrwQCaZhJmtic=";
    hash = "sha256-fC/cUtuXTxjDv35gJXN7meq/uRFH3nsVULxmOJe8WwY=";
  };

  ldflags = [