subxt: 0.40.0 -> 0.41.0

This commit is contained in:
R. Ryantm
2025-03-18 07:16:32 +00:00
parent 92c1dd0110
commit 062783dd57
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "subxt";
version = "0.40.0";
version = "0.41.0";
src = fetchFromGitHub {
owner = "paritytech";
repo = "subxt";
rev = "v${version}";
hash = "sha256-U9gErJP+aex5vT3yy4kNad0/0ofdVtrN03tITVIEgzw=";
hash = "sha256-zg2MraqKLbyhaxTi02rE4MsMuPw4diIseYNUQEoqnVA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-W1S6CPhfGvfQmlzLDiCxeWZoepNlClTmHOfJNo3f8oQ=";
cargoHash = "sha256-leJp+Ccb2mij46Cx6+pv7GoHLKG5IVlNeih0L2QQp4w=";
# Only build the command line client
cargoBuildFlags = [ "--bin" "subxt" ];