subxt: 0.40.0 -> 0.41.0 (#390880)

authored by Weijia Wang and committed by GitHub e51855a5 759641ba

+3 -3
+3 -3
pkgs/by-name/su/subxt/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "subxt"; 11 - version = "0.40.0"; 11 + version = "0.41.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "paritytech"; 15 15 repo = "subxt"; 16 16 rev = "v${version}"; 17 - hash = "sha256-U9gErJP+aex5vT3yy4kNad0/0ofdVtrN03tITVIEgzw="; 17 + hash = "sha256-zg2MraqKLbyhaxTi02rE4MsMuPw4diIseYNUQEoqnVA="; 18 18 }; 19 19 20 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-W1S6CPhfGvfQmlzLDiCxeWZoepNlClTmHOfJNo3f8oQ="; 21 + cargoHash = "sha256-leJp+Ccb2mij46Cx6+pv7GoHLKG5IVlNeih0L2QQp4w="; 22 22 23 23 # Only build the command line client 24 24 cargoBuildFlags = [ "--bin" "subxt" ];