Merge pull request #113159 from r-ryantm/auto-update/kibi

kibi: 0.2.1 -> 0.2.2
This commit is contained in:
Daniël de Kok 2021-02-17 09:15:54 +01:00 committed by GitHub
commit 6e2a2df3ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,15 +5,15 @@
rustPlatform.buildRustPackage rec {
pname = "kibi";
version = "0.2.1";
version = "0.2.2";
cargoSha256 = "1cbiidq0w5f9ynb09b6828p7p7y5xhpgz47n2jsl8mp96ydhy5lv";
cargoSha256 = "sha256-8iEUOLFwHBLS0HQL/oLnv6lcV3V9Hm4jMqXkqPvIF9E=";
src = fetchFromGitHub {
owner = "ilai-deutel";
repo = "kibi";
rev = "v${version}";
sha256 = "1x5bvvq33380k2qhs1bwz3f9zl5q1sl7iic47pxfkzv24bpjnypb";
sha256 = "sha256-ox1qKWxJlUIFzEqeyzG2kqZix3AHnOKFrlpf6O5QM+k=";
};
meta = with lib; {