Skip to content

Commit

Permalink
zenith: 0.10.0 -> 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras committed Sep 13, 2020
1 parent 2865a88 commit 9b55d12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/system/zenith/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "zenith";
version = "0.10.0";
version = "0.10.1";

src = fetchFromGitHub {
owner = "bvaisvil";
repo = pname;
rev = version;
sha256 = "04nd5gq49y1k9xxrc9ll155k9j42ivscjzx405qyyxv7dpgyw131";
sha256 = "0jz0pjibjiyg0rjmpihxxjhg9cbccvqfr5si5rji585l0zrpdwsg";
};

cargoSha256 = "0ggpr2skl3d47y771npmbbqb9vga4y4iyry3qn0xj2hg9d7msf4l";
cargoSha256 = "1zkx6sr5xlj7pb91bxvqjib5awscy1rmv4g89xb76dahac8fan6z";

buildInputs = stdenv.lib.optionals stdenv.isDarwin [ IOKit ];

Expand All @@ -21,6 +21,7 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ bbigras ];
# doesn't build on aarch64 https://github.com/bvaisvil/zenith/issues/19
# see https://github.com/NixOS/nixpkgs/pull/88616
platforms = platforms.x86;
};
}

0 comments on commit 9b55d12

Please sign in to comment.