Skip to content

Commit

Permalink
electrs: 0.10.5 -> 0.10.6 (NixOS#345875)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Oct 2, 2024
2 parents b7d495d + 31de8b4 commit dd89098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/blockchains/electrs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "electrs";
version = "0.10.5";
version = "0.10.6";

src = fetchFromGitHub {
owner = "romanz";
repo = pname;
rev = "v${version}";
hash = "sha256-tAHN5HWI9XsiCQzqLNtiib9wMskjfogc44+b4Bsjpog=";
hash = "sha256-yp9fKD7zH9Ne2+WQUupaxvUx39RWE8RdY4U6lHuDGSc=";
};

cargoHash = "sha256-M0DIKt41K3BcP43+fBhv3HbRcIh8U9nhQYA/sm+bNow=";
cargoHash = "sha256-J+6aek1PcW7G6f4h6cQcx5CyliryZeSxkSIQUX3yz6s=";

# needed for librocksdb-sys
nativeBuildInputs = [ rustPlatform.bindgenHook ];
Expand Down

0 comments on commit dd89098

Please sign in to comment.