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.
1 parent 92c1dd0 commit 062783dCopy full SHA for 062783d
pkgs/by-name/su/subxt/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "subxt";
11
- version = "0.40.0";
+ version = "0.41.0";
12
13
src = fetchFromGitHub {
14
owner = "paritytech";
15
repo = "subxt";
16
rev = "v${version}";
17
- hash = "sha256-U9gErJP+aex5vT3yy4kNad0/0ofdVtrN03tITVIEgzw=";
+ hash = "sha256-zg2MraqKLbyhaxTi02rE4MsMuPw4diIseYNUQEoqnVA=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-W1S6CPhfGvfQmlzLDiCxeWZoepNlClTmHOfJNo3f8oQ=";
+ cargoHash = "sha256-leJp+Ccb2mij46Cx6+pv7GoHLKG5IVlNeih0L2QQp4w=";
22
23
# Only build the command line client
24
cargoBuildFlags = [ "--bin" "subxt" ];
0 commit comments