Skip to content

Commit 450406b

Browse files
authored
subxt: 0.38.1 -> 0.39.0 (#383578)
2 parents bbbb130 + 6858114 commit 450406b

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.38.1";
11+
version = "0.39.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "paritytech";
1515
repo = "subxt";
1616
rev = "v${version}";
17-
hash = "sha256-ce6fxyKPWyuRAnS88laW+sFP8InZghlYNhg5ToD9t00=";
17+
hash = "sha256-Q+B+vB8V18vwDzWgRw+J6Xi2MWQehJ3M4FxQsnOGKFE=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-K4PUM7GoCSARETWtXUuKcTaQunfc7QU+c5pRLythIZU=";
21+
cargoHash = "sha256-B8QHX65E9NVC3XVWER8cUhyvmaTYqz9TMQKRsWpr5b8=";
2222

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

0 commit comments

Comments
 (0)