tev: 1.17 -> 1.19

This commit is contained in:
Michael Weiss 2021-12-04 15:06:08 +01:00
parent 531ddb718b
commit 3b3494eca2
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -5,19 +5,19 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "1.17";
version = "1.19";
src = fetchFromGitHub {
owner = "Tom94";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "12wsy2zdfhg0ygkpvz58rk86qiy259fi9grb0jxiz8zcyd6x1ngk";
sha256 = "sha256-laP47xOND6PMA6dwTcCupcTIW+9zCaxO6rHzvDSL9JU=";
};
nativeBuildInputs = [ cmake wrapGAppsHook ];
buildInputs = [ libX11 libzip glfw libpng ]
++ (with xorg; [ libXrandr libXinerama libXcursor libXi libXxf86vm ]);
++ (with xorg; [ libXrandr libXinerama libXcursor libXi libXxf86vm libXext ]);
dontWrapGApps = true; # We also need zenity (see below)