overmind: 2.0.0.beta1 -> 1.2.1

Newer version has some weird failure cases related to PATH
This commit is contained in:
adisbladis 2018-09-20 10:08:52 +08:00
parent 254218bffb
commit 42f486703d
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "overmind-${version}";
version = "2.0.0.beta1";
version = "1.2.1";
goPackagePath = "github.com/DarthSim/overmind";
nativeBuildInputs = [ makeWrapper ];
@ -15,7 +15,7 @@ buildGoPackage rec {
owner = "DarthSim";
repo = "overmind";
rev = "v${version}";
sha256 = "15fch3qszdm8bj1m9hxky9zgk6f5gpbswwfslg84qdjf4iwr5drq";
sha256 = "11ws9rsy8ladjp1y3b6vva9sjmw4s24xc1w18lyhfz63xc908nfw";
};
meta = with stdenv.lib; {