We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbbb130 + 6858114 commit 450406bCopy full SHA for 450406b
pkgs/by-name/su/subxt/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "subxt";
11
- version = "0.38.1";
+ version = "0.39.0";
12
13
src = fetchFromGitHub {
14
owner = "paritytech";
15
repo = "subxt";
16
rev = "v${version}";
17
- hash = "sha256-ce6fxyKPWyuRAnS88laW+sFP8InZghlYNhg5ToD9t00=";
+ hash = "sha256-Q+B+vB8V18vwDzWgRw+J6Xi2MWQehJ3M4FxQsnOGKFE=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-K4PUM7GoCSARETWtXUuKcTaQunfc7QU+c5pRLythIZU=";
+ cargoHash = "sha256-B8QHX65E9NVC3XVWER8cUhyvmaTYqz9TMQKRsWpr5b8=";
22
23
# Only build the command line client
24
cargoBuildFlags = [ "--bin" "subxt" ];
0 commit comments