lol

Merge pull request #304180 from r-ryantm/auto-update/subxt

subxt: 0.35.2 -> 0.35.3

authored by

Pascal Wittmann and committed by
GitHub
c5dfe0b3 9ceafd77

+3 -3
+3 -3
pkgs/development/tools/subxt/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "subxt"; 11 - version = "0.35.2"; 11 + version = "0.35.3"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "paritytech"; 15 15 repo = "subxt"; 16 16 rev = "v${version}"; 17 - hash = "sha256-nMdpMvNoynioCzD7wXbF1W3mwCfOClAZyjbF/3eworw="; 17 + hash = "sha256-5G5gFxr7CIvZ1RfkLIEF/z4t+wTj09fJXTNr2v0vuyg="; 18 18 }; 19 19 20 - cargoHash = "sha256-sXiMgooOSGDl0L0i5VncCYuoSzjRSogRGqteE+b6jkc="; 20 + cargoHash = "sha256-5lAs2J5hkPhBN3tORt6N7834brS/dAkKsXvZ6C1K+OY="; 21 21 22 22 # Only build the command line client 23 23 cargoBuildFlags = [ "--bin" "subxt" ];