Unverified Commit 1c2041f9 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #298906 from r-ryantm/auto-update/overmind

overmind: 2.4.0 -> 2.5.0
parents f0177660 7ae5a17a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "overmind";
  version = "2.4.0";
  version = "2.5.0";

  nativeBuildInputs = [ makeWrapper ];

@@ -14,10 +14,10 @@ buildGoModule rec {
    owner = "DarthSim";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-cpsTytV1TbvdR7XUKkp4GPD1qyt1qnmY6qOsge01swE=";
    sha256 = "sha256-/reRiSeYf8tnSUJICMDp7K7XZCYvTDFInPJ1xFuAqRs=";
  };

  vendorHash = "sha256-ndgnFBGtVFc++h+EnA37aY9+zNsO5GDrTECA4TEWPN4=";
  vendorHash = "sha256-6/S5Sf2vvCp2RpRqcJPVc9mvMuPVn4Kj9QpSIlu6YFU=";

  meta = with lib; {
    homepage = "https://github.com/DarthSim/overmind";