subxt: 0.37.1 -> 0.38.0 (#359849)

authored by Arne Keller and committed by GitHub 84ea5cc4 8ac73f92

+3 -3
+3 -3
pkgs/by-name/su/subxt/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "subxt"; 11 - version = "0.37.1"; 11 + version = "0.38.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "paritytech"; 15 15 repo = "subxt"; 16 16 rev = "v${version}"; 17 - hash = "sha256-lCDjqvdjiQktyFAp3KuFHehwapd3BiLxMSLsNK+wDDo="; 17 + hash = "sha256-mUW1foT3JkpsnieJutL+GZZXiTcRUklnjfoaWcH8ccE="; 18 18 }; 19 19 20 - cargoHash = "sha256-RmeV2EYHGbMMAeerQkHcYav+RIVY68Tj66zjcFgjUfQ="; 20 + cargoHash = "sha256-+psdikles6ICg2eSBGxJoiG5EZG8voR2fs6PGnOWvDc="; 21 21 22 22 # Only build the command line client 23 23 cargoBuildFlags = [ "--bin" "subxt" ];