figma-agent: 0.2.7 -> 0.2.8

This commit is contained in:
R. Ryantm 2023-06-25 13:29:45 +00:00
parent 1ec715f3a4
commit 6a703e8776

View file

@ -8,7 +8,7 @@
let
inherit (rustPlatform) buildRustPackage bindgenHook;
version = "0.2.7";
version = "0.2.8";
in
buildRustPackage {
pname = "figma-agent";
@ -18,10 +18,10 @@ buildRustPackage {
owner = "neetly";
repo = "figma-agent-linux";
rev = version;
sha256 = "sha256-Cq1hWNwJLBY9Bb41WFJxnr9fcygFZ8eNsn5cPXmGTyw=";
sha256 = "sha256-GtbONBAXoJ3AdpsWGk4zBCtGQr446siMtuj3or27wYw=";
};
cargoSha256 = "sha256-Gc94Uk/Ikxjnb541flQL7AeblgU/yS6zQ/187ZGRYco=";
cargoHash = "sha256-EmBeRdnA59PdzSEX2x+sVYk/Cs7K3k0idDjbuEzI9j4=";
nativeBuildInputs = [
pkg-config