neatvnc: 0.2.0 -> 0.3.0

This commit is contained in:
Michael Weiss 2020-09-23 12:37:12 +00:00
parent a9b1e04172
commit f49210d9be
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -4,15 +4,20 @@
stdenv.mkDerivation rec {
pname = "neatvnc";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "any1";
repo = pname;
rev = "v${version}";
sha256 = "036kzhbabbwc3gvsw8kqf6rs0gh8kgn6i0by9pxski38mi0qs1qs";
sha256 = "0zx9f9h1hqcyh3sf6k0scny2039p1lwdqbwqi8ppwwhjl2fzniv8";
};
postPatch = ''
substituteInPlace meson.build --replace \
"version: '0.2.0'" "version: '${version}'"
'';
nativeBuildInputs = [ meson pkg-config ninja ];
buildInputs = [ pixman gnutls libdrm libjpeg_turbo zlib aml ];