Merge pull request #190665 from dvn0/bump-coyim

coyim: 0.3.11 -> 0.4
This commit is contained in:
Robert Scott 2022-09-10 20:18:50 +01:00 committed by GitHub
commit 3819c094ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
buildGoPackage rec {
pname = "coyim";
version = "0.3.11";
version = "0.4";
goPackagePath = "github.com/coyim/coyim";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "coyim";
repo = "coyim";
rev = "v${version}";
sha256 = "1g8nf56j17rdhhj7pv3ha1rb2mfc0mdvyzl35pgcki08w7iw08j3";
sha256 = "sha256-dpTU5Tx1pfUGZMt9QNEYDytgArhhvEvh1Yvj6IAjgeI=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
@ -23,6 +23,5 @@ buildGoPackage rec {
homepage = "https://coy.im/";
license = licenses.gpl3;
platforms = platforms.linux;
broken = true; #fails to build with go >= 1.16
};
}