mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
btcdeb: 0.3.20-unstable-2024-02-06 -> 0.3.20-unstable-2024-03-26
This commit is contained in:
parent
4b455dc204
commit
2863680e43
1 changed files with 4 additions and 4 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue