Unverified Commit 57b7845d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mob: 5.4.0 -> 5.4.2 (#484962)

parents 222a7ea2 dee34ff5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGoModule rec {
  pname = "mob";
  version = "5.4.0";
  version = "5.4.2";

  src = fetchFromGitHub {
    owner = "remotemobprogramming";
    repo = "mob";
    rev = "v${version}";
    hash = "sha256-OTKlasXswrZPfhdHD6tJt8z/e+BbgWa9LrKYhMbG/N4=";
    hash = "sha256-zb2/uTFlzaR0AFElsYSjwYP2H4p05fDLK02A3awzIFY=";
  };

  vendorHash = null;