Skip to content

Commit e51855a

Browse files
authored
subxt: 0.40.0 -> 0.41.0 (#390880)
2 parents 759641b + 062783d commit e51855a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/su/subxt/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "subxt";
11-
version = "0.40.0";
11+
version = "0.41.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "paritytech";
1515
repo = "subxt";
1616
rev = "v${version}";
17-
hash = "sha256-U9gErJP+aex5vT3yy4kNad0/0ofdVtrN03tITVIEgzw=";
17+
hash = "sha256-zg2MraqKLbyhaxTi02rE4MsMuPw4diIseYNUQEoqnVA=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-W1S6CPhfGvfQmlzLDiCxeWZoepNlClTmHOfJNo3f8oQ=";
21+
cargoHash = "sha256-leJp+Ccb2mij46Cx6+pv7GoHLKG5IVlNeih0L2QQp4w=";
2222

2323
# Only build the command line client
2424
cargoBuildFlags = [ "--bin" "subxt" ];

0 commit comments

Comments
 (0)