Merge pull request #109311 from bbigras/zenith

zenith: 0.11.0 -> 0.12.0
This commit is contained in:
Sandro 2021-01-14 15:29:58 +01:00 committed by GitHub
commit 7dd624a450
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "zenith"; pname = "zenith";
version = "0.11.0"; version = "0.12.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bvaisvil"; owner = "bvaisvil";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1cxmgpq07q6vfasnkx3grpx1y0f0dg6irb9kdn17nwrypy44l92d"; sha256 = "1bn364rmp0q86rd7vgv4n7x09cdf9m4njcaq92jnk85ni6h147ax";
}; };
cargoSha256 = "1kgjj11fwvlk700yp9046b3kiq9ay47fiwqpqfhmlbxw3lsh8qvq"; cargoSha256 = "16s7swv2sp15gry1j1pcyz29cspvafczaf4v02x4fd2jbn2y3f6r";
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ IOKit ]; buildInputs = stdenv.lib.optionals stdenv.isDarwin [ IOKit ];