Commit c05d64a2 authored by Mario Rodas's avatar Mario Rodas
Browse files
parent 1dbd6da1
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.5";
  version = "0.4.6";

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

  ldflags = [