Merge pull request #56465 from smaximov/overmind-2.0.1

overmind: 1.2.1 -> 2.0.1
This commit is contained in:
Silvan Mosberger 2019-03-14 19:54:51 +01:00 committed by GitHub
commit 28a2bc88f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "overmind-${version}";
version = "1.2.1";
version = "2.0.1";
goPackagePath = "github.com/DarthSim/overmind";
nativeBuildInputs = [ makeWrapper ];
@ -15,11 +15,11 @@ buildGoPackage rec {
owner = "DarthSim";
repo = "overmind";
rev = "v${version}";
sha256 = "11ws9rsy8ladjp1y3b6vva9sjmw4s24xc1w18lyhfz63xc908nfw";
sha256 = "1j3cpcfgacn5ic19sgrs1djn5jr4d7j7lxaz0vbaf414lrl76qz8";
};
meta = with stdenv.lib; {
homepage = https://github.com/DarthSim/;
homepage = https://github.com/DarthSim/overmind;
description = "Process manager for Procfile-based applications and tmux";
license = with licenses; [ mit ];
maintainers = [ maintainers.adisbladis ];