Merge pull request #300963 from r-ryantm/auto-update/btcdeb

btcdeb: 0.3.20-unstable-2024-02-06 -> 0.3.20-unstable-2024-03-26
This commit is contained in:
Weijia Wang 2024-04-08 16:51:17 +02:00 committed by GitHub
commit 5bd6932d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -6,15 +6,15 @@
, unstableGitUpdater
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "btcdeb";
version = "0.3.20-unstable-2024-02-06";
version = "0.3.20-unstable-2024-03-26";
src = fetchFromGitHub {
owner = "bitcoin-core";
repo = "btcdeb";
rev = "b9288fc3371eb1d9be0cae2549be25de66659be8";
hash = "sha256-IieLNMA3m6g2Kn7g3iewmUL9c+meMR4hrrwVYqNZoh8=";
rev = "675b7820f0eec8a76f68ade7ea35974a561d49dd";
hash = "sha256-J9E0edRbFONMut1/ZFaUqgWAtEUifc+pmGypeUQ0m4c=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];