about summary refs log tree commit diff
path: root/pkgs/development/tools/subxt
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-23 16:48:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-23 16:48:25 +0000
commita1dae0c1157b3742fc8c3a50ea2ee4f0f76bee85 (patch)
treef54df334fe91e6559a230b5cdc3a6dbc746343e5 /pkgs/development/tools/subxt
parenta5f3d6219afe1281f85fd07d83875c90cacae6dc (diff)
subxt: 0.31.0 -> 0.33.0
Diffstat (limited to 'pkgs/development/tools/subxt')
-rw-r--r--pkgs/development/tools/subxt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/subxt/default.nix b/pkgs/development/tools/subxt/default.nix
index fdf103f190e13..a530b54af01bf 100644
--- a/pkgs/development/tools/subxt/default.nix
+++ b/pkgs/development/tools/subxt/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "subxt";
-  version = "0.31.0";
+  version = "0.33.0";
 
   src = fetchFromGitHub {
     owner = "paritytech";
     repo = "subxt";
     rev = "v${version}";
-    hash = "sha256-eEsb88f16Ug9h7JNkzwSTxJZEV5r4XmmzsTxTQGk+j8=";
+    hash = "sha256-ZTBWGNbCwe6GyGXk/8QBGLiAp4ZO7VZuJvtZicJsvgA=";
   };
 
-  cargoHash = "sha256-kcs55NgwsqgZXcx+a6g0o9KdUG4tt0ZBv3dU/Pb0NJk=";
+  cargoHash = "sha256-FBtwmItzT5uFsKCx36POrYk5qDmlX9Nkx0E3hx17HqI=";
 
   # Only build the command line client
   cargoBuildFlags = [ "--bin" "subxt" ];