Merge pull request #70211 from BookBub/overmind-2.0.3

overmind: 2.0.2 -> 2.0.3
This commit is contained in:
adisbladis 2019-10-04 14:55:54 +01:00 committed by GitHub
commit f4e92a3ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "overmind";
version = "2.0.2";
version = "2.0.3";
goPackagePath = "github.com/DarthSim/overmind";
nativeBuildInputs = [ makeWrapper ];
@ -15,7 +15,7 @@ buildGoPackage rec {
owner = "DarthSim";
repo = pname;
rev = "v${version}";
sha256 = "0cns19gqkfxsiiyfxhb05cjp1iv2fb40x47gp8djrwwzcd1r6zxh";
sha256 = "0c551c240lqxdjg0jj01rh2fyhwls02k5lczlxacj05prp1plz9p";
};
meta = with lib; {