about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-02-03 08:19:29 -0500
committerGitHub <noreply@github.com>2024-02-03 08:19:29 -0500
commit4d0c0e1cb00719825ea73f8cfaa2e8e43629f06b (patch)
tree9e7b846149e57084dd7e9e1b97a02962c020984f /pkgs/applications/graphics
parent64aabb6b130611880432c118e2b5f863c07e7285 (diff)
parent8a7d8ec698703034e1d76798695240ca9bfe7bdf (diff)
downloadnixlib-4d0c0e1cb00719825ea73f8cfaa2e8e43629f06b.tar
nixlib-4d0c0e1cb00719825ea73f8cfaa2e8e43629f06b.tar.gz
nixlib-4d0c0e1cb00719825ea73f8cfaa2e8e43629f06b.tar.bz2
nixlib-4d0c0e1cb00719825ea73f8cfaa2e8e43629f06b.tar.lz
nixlib-4d0c0e1cb00719825ea73f8cfaa2e8e43629f06b.tar.xz
nixlib-4d0c0e1cb00719825ea73f8cfaa2e8e43629f06b.tar.zst
nixlib-4d0c0e1cb00719825ea73f8cfaa2e8e43629f06b.zip
Merge pull request #282820 from r-ryantm/auto-update/figma-agent
figma-agent: 0.2.8 -> 0.3.2
Diffstat (limited to 'pkgs/applications/graphics')
-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 d0569d828bf1..36ae271d7e16 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