coyim: 0.3.11 -> 0.4
This commit is contained in:
parent
d0662b90f0
commit
603e7464b7
1 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "coyim";
|
pname = "coyim";
|
||||||
version = "0.3.11";
|
version = "0.4";
|
||||||
|
|
||||||
goPackagePath = "github.com/coyim/coyim";
|
goPackagePath = "github.com/coyim/coyim";
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ buildGoPackage rec {
|
||||||
owner = "coyim";
|
owner = "coyim";
|
||||||
repo = "coyim";
|
repo = "coyim";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1g8nf56j17rdhhj7pv3ha1rb2mfc0mdvyzl35pgcki08w7iw08j3";
|
sha256 = "sha256-dpTU5Tx1pfUGZMt9QNEYDytgArhhvEvh1Yvj6IAjgeI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
|
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
|
||||||
|
@ -23,6 +23,5 @@ buildGoPackage rec {
|
||||||
homepage = "https://coy.im/";
|
homepage = "https://coy.im/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
broken = true; #fails to build with go >= 1.16
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue