ajour: 1.2.5 -> 1.3.0

This commit is contained in:
Martin Weinelt 2021-08-08 01:15:49 +02:00
parent 024ad03c23
commit c54b495059
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -34,16 +34,16 @@ let
in rustPlatform.buildRustPackage rec { in rustPlatform.buildRustPackage rec {
pname = "Ajour"; pname = "Ajour";
version = "1.2.5"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "casperstorm"; owner = "casperstorm";
repo = "ajour"; repo = "ajour";
rev = version; rev = version;
sha256 = "sha256-Jn+CCUUGVa6YTD3af4bkY1wlJ4gAPOzxOwgfNx6VHL0="; sha256 = "sha256-nz54KPvPmrFGXB52Jn6LKl1aSYgLngARcfC7YIAaC70=";
}; };
cargoSha256 = "sha256-7XMcZHezqk4g7FPgFCnMhbjJsJE8QkfzbtujUsV7GUw="; cargoSha256 = "sha256-nsuo8PdQpdVJcDY8VDCLISnOz5+Z+MqG/OJC3FYCfEo=";
nativeBuildInputs = [ nativeBuildInputs = [
autoPatchelfHook autoPatchelfHook
@ -59,6 +59,7 @@ in rustPlatform.buildRustPackage rec {
openssl openssl
libxcb libxcb
libX11 libX11
libxkbcommon
]; ];
fixupPhase = '' fixupPhase = ''