Merge pull request #99494 from jb55/barrier_2_3_3

barrier: 2.3.2 -> 2.3.3
This commit is contained in:
Anderson Torres 2020-10-24 08:49:29 -03:00 committed by GitHub
commit 2dfad07d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,14 @@
mkDerivation rec {
pname = "barrier";
version = "2.3.2";
version = "2.3.3";
src = fetchFromGitHub {
owner = "debauchee";
repo = pname;
rev = "v${version}";
sha256 = "1gbg3p7c0vcsdzsjj1ssx6k8xpj3rpyvais12266f0xvnbvihczd";
sha256 = "11vqkzpcjiv3pq6ps022223j6skgm1d23dj18n4a5nsf53wsvvp4";
fetchSubmodules = true;
};
buildInputs = [ curl xorg.libX11 xorg.libXext xorg.libXtst avahiWithLibdnssdCompat qtbase ];