about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2024-04-15 10:33:31 +0200
committerGitHub <noreply@github.com>2024-04-15 10:33:31 +0200
commitc5dfe0b32c357ff55fc270247ff67b65ccc4d459 (patch)
tree1b9ee67c6dc04558c51885874a4272a5e8940c9e
parent9ceafd7772ad2f74af4692961cad6e3a7d60573b (diff)
parenta46df739b622b48333de8e1cb9fb07f3a41d99da (diff)
Merge pull request #304180 from r-ryantm/auto-update/subxt
subxt: 0.35.2 -> 0.35.3
-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 0416bfdde9d87..6fd920e8b00c2 100644
--- a/pkgs/development/tools/subxt/default.nix
+++ b/pkgs/development/tools/subxt/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "subxt";
-  version = "0.35.2";
+  version = "0.35.3";
 
   src = fetchFromGitHub {
     owner = "paritytech";
     repo = "subxt";
     rev = "v${version}";
-    hash = "sha256-nMdpMvNoynioCzD7wXbF1W3mwCfOClAZyjbF/3eworw=";
+    hash = "sha256-5G5gFxr7CIvZ1RfkLIEF/z4t+wTj09fJXTNr2v0vuyg=";
   };
 
-  cargoHash = "sha256-sXiMgooOSGDl0L0i5VncCYuoSzjRSogRGqteE+b6jkc=";
+  cargoHash = "sha256-5lAs2J5hkPhBN3tORt6N7834brS/dAkKsXvZ6C1K+OY=";
 
   # Only build the command line client
   cargoBuildFlags = [ "--bin" "subxt" ];