electrs: 0.10.1 -> 0.10.5

This commit is contained in:
Erik Arvstedt 2024-05-18 12:09:06 +02:00
parent b8f95ef030
commit b0eac0bd4a
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -12,16 +12,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "electrs";
version = "0.10.1";
version = "0.10.5";
src = fetchFromGitHub {
owner = "romanz";
repo = pname;
rev = "v${version}";
hash = "sha256-cRnCo/N0k5poiOh308Djw6bySFQFIY3GiD2qjRyMjLM=";
hash = "sha256-tAHN5HWI9XsiCQzqLNtiib9wMskjfogc44+b4Bsjpog=";
};
cargoHash = "sha256-fsYJ+80se5VsIaRkFgwJaPPgRw/WdsecRTt6EIjoQTQ=";
cargoHash = "sha256-M0DIKt41K3BcP43+fBhv3HbRcIh8U9nhQYA/sm+bNow=";
# needed for librocksdb-sys
nativeBuildInputs = [ rustPlatform.bindgenHook ];