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>2024-01-22 07:59:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-22 07:59:29 +0000
commit8a7d8ec698703034e1d76798695240ca9bfe7bdf (patch)
treeb70108c14e2ef8193ae9786f5f2bbdddc8414f95 /pkgs/applications/graphics/figma-agent
parent5836514c534568510e7c2f3ad358f70af0925088 (diff)
figma-agent: 0.2.8 -> 0.3.2
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 d0569d828bf10..36ae271d7e164 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.8";
+  version = "0.3.2";
 in
 buildRustPackage {
   pname = "figma-agent";
@@ -18,10 +18,10 @@ buildRustPackage {
     owner = "neetly";
     repo = "figma-agent-linux";
     rev = version;
-    sha256 = "sha256-GtbONBAXoJ3AdpsWGk4zBCtGQr446siMtuj3or27wYw=";
+    sha256 = "sha256-iXLQOc8gomOik+HIIoviw19II5MD6FM0W5DT3aqtIcM=";
   };
 
-  cargoHash = "sha256-EmBeRdnA59PdzSEX2x+sVYk/Cs7K3k0idDjbuEzI9j4=";
+  cargoHash = "sha256-ulYDKMMtKfBYur34CVhac4uaU0kfdkeBCCP/heuUZek=";
 
   nativeBuildInputs = [
     pkg-config