about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-19 12:14:33 -0500
committerGitHub <noreply@github.com>2022-12-19 12:14:33 -0500
commitb0012cf58a83029b304e50a91d611531f8f4180b (patch)
treede93a4e870af65e0842ef2db8c581dd47aad2597
parent3ff39f984faa5f528f7ac5e548110d4e20327aa1 (diff)
parentaa92b04cacaab8ac7105d1c2225e427b07797e68 (diff)
Merge pull request #206862 from yaxitech/uniffi-bindgen-0.22.0
uniffi-bindgen: 0.21.0 -> 0.22.0
-rw-r--r--pkgs/development/tools/uniffi-bindgen/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/uniffi-bindgen/default.nix b/pkgs/development/tools/uniffi-bindgen/default.nix
index 8511d3c249aa1..357ae08a5acc0 100644
--- a/pkgs/development/tools/uniffi-bindgen/default.nix
+++ b/pkgs/development/tools/uniffi-bindgen/default.nix
@@ -11,14 +11,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "uniffi-bindgen";
-  version = "0.21.0";
+  version = "0.22.0";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-yVpxyYaFkX1HuFi4xcj45rsMbMIcdTHs9zfGvtcFdH8=";
+    sha256 = "sha256-cUJsfAlzdoGMeFcdXwdPU0JcruneY60pssJPkJtb5gs=";
   };
 
-  cargoSha256 = "sha256-qn27aRVdD+/EWmCSF2t+CdMhtOknDCVnG9uDa2Rwf0A=";
+  cargoSha256 = "sha256-k5uIR5rO4T1Xsu50vdLxCgSsVkNcxXHT4MitnMZkY6g=";
 
   nativeBuildInputs = [ makeWrapper ];