ajour: 1.3.1 -> 1.3.2

Adds libEGL to rpath.
This commit is contained in:
Martin Weinelt 2021-12-12 00:37:06 +00:00
parent 1e178abc94
commit c075119091
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -11,6 +11,7 @@
, kdialog
, zenity
, openssl
, libglvnd
, libX11
, libxcb
, libXcursor
@ -23,6 +24,7 @@
let
rpathLibs = [
libglvnd
libXcursor
libXi
libxkbcommon
@ -34,16 +36,16 @@ let
in rustPlatform.buildRustPackage rec {
pname = "Ajour";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "casperstorm";
repo = "ajour";
rev = version;
sha256 = "sha256-tUm5d2JTvYyNFnKgId8mivWTB+v4TURZX293fMd11pk=";
sha256 = "sha256-oVaNLclU0EVNtxAASE8plXcC+clkwhBeb9pz1vXufV0=";
};
cargoSha256 = "sha256-SPmfXJLIA4OGEm/S2mi5xmIE9ng7hY3aHm/PCT7pg0E=";
cargoSha256 = "sha256-Q+wYBLsZN8YQtUJfrxmjImbnWRPmngJPB8sDG65LuJY=";
nativeBuildInputs = [
autoPatchelfHook