subxt: 0.44.2 -> 0.50.0

This commit is contained in:
kilyanni
2026-05-03 02:25:00 +02:00
parent c0407c87ae
commit f663147035
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "subxt";
version = "0.44.2";
version = "0.50.0";
src = fetchFromGitHub {
owner = "paritytech";
repo = "subxt";
tag = "v${finalAttrs.version}";
hash = "sha256-3yTX2H4T0nnA0Kh1Lx1/blK/Edd1ZOHQVEXiiOLxino=";
hash = "sha256-nMal78+TYZ1f9X/YZhsqOsEIrjxhi9fEcevnQW8u97o=";
};
cargoHash = "sha256-zJpzsPHK9Mq0KF0WvbBINxSQVr0m4Z5+M6/nFD8jiMg=";
cargoHash = "sha256-sqspcTwODoRzaaUSXT+2yPUTzUqcW1gNu0c1Lv9D1u0=";
# Only build the command line client
cargoBuildFlags = [