about summary refs log tree commit diff
path: root/pkgs/applications/graphics/figma-agent
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-25 13:29:45 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-25 13:29:45 +0000
commit6a703e8776c5eaf6aef1e3fb2c001b1bb98f5dea (patch)
treea8a30feceeab9333e02c0802a076a59906014fed /pkgs/applications/graphics/figma-agent
parent1ec715f3a4c3dd9e3ca0962583c5537fbade83fe (diff)
figma-agent: 0.2.7 -> 0.2.8
Diffstat (limited to 'pkgs/applications/graphics/figma-agent')
-rw-r--r--pkgs/applications/graphics/figma-agent/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/figma-agent/default.nix b/pkgs/applications/graphics/figma-agent/default.nix
index 31dbf9b135262..d0569d828bf10 100644
--- a/pkgs/applications/graphics/figma-agent/default.nix
+++ b/pkgs/applications/graphics/figma-agent/default.nix
@@ -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