Skip to content

Commit

Permalink
Merge pull request #122437 from kalekseev/update/overmind
Browse files Browse the repository at this point in the history
overmind: 2.2.0 -> 2.2.2
  • Loading branch information
adisbladis authored May 11, 2021
2 parents f48661f + c770395 commit d67b19f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 135 deletions.
11 changes: 5 additions & 6 deletions pkgs/applications/misc/overmind/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{ lib, buildGoPackage, fetchFromGitHub, tmux, which, makeWrapper }:
{ lib, buildGoModule, fetchFromGitHub, tmux, which, makeWrapper }:

buildGoPackage rec {
buildGoModule rec {
pname = "overmind";
version = "2.2.0";
goPackagePath = "github.com/DarthSim/overmind";
version = "2.2.2";

nativeBuildInputs = [ makeWrapper ];

Expand All @@ -15,10 +14,10 @@ buildGoPackage rec {
owner = "DarthSim";
repo = pname;
rev = "v${version}";
sha256 = "00v6l4138vv32bqfkzrhk4hfl52a00rlg9ywhp4difgrnz7zj6xb";
sha256 = "zDjIwnhDoUj+zTAhtBa94dx7QhYMCTxv2DNUpeP8CP0=";
};

goDeps = ./deps.nix;
vendorSha256 = "KDMzR6qAruscgS6/bHTN6RnHOlLKCm9lxkr9k3oLY+Y=";

meta = with lib; {
homepage = "https://github.com/DarthSim/overmind";
Expand Down
129 changes: 0 additions & 129 deletions pkgs/applications/misc/overmind/deps.nix

This file was deleted.

0 comments on commit d67b19f

Please sign in to comment.