btcdeb: 0.2.19 -> unstable-20200806
- now lives under bitcoin-core github org - there seem to be no tags/releases
This commit is contained in:
parent
3b5ebd3e3b
commit
c3035001a5
@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "btcdeb";
|
pname = "btcdeb-unstable";
|
||||||
version = "0.2.19";
|
version = "200806";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kallewoof";
|
owner = "bitcoin-core";
|
||||||
repo = pname;
|
repo = "btcdeb";
|
||||||
rev = "fb2dace4cd115dc9529a81515cee855b8ce94784";
|
rev = "f6708c397c64894c9f9e31bea2d22285d9462de7";
|
||||||
sha256 = "0l0niamcjxmgyvc6w0wiygfgwsjam3ypv8mvjglgsj50gyv1vnb3";
|
sha256 = "0qkmf89z2n7s95vhw3n9vh9dbi14zy4vqw3ffdh1w911jwm5ry3z";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user