Merge pull request #137689 from prusnak/bitcoin

bitcoin: 0.21.1 -> 22.0
This commit is contained in:
Pavol Rusnak 2021-09-14 22:37:08 +02:00 committed by GitHub
commit cd7e679576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,10 +24,10 @@
with lib;
let
version = "0.21.1";
majorMinorVersion = versions.majorMinor version;
version = "22.0";
majorVersion = versions.major version;
desktop = fetchurl {
url = "https://raw.githubusercontent.com/bitcoin-core/packaging/${majorMinorVersion}/debian/bitcoin-qt.desktop";
url = "https://raw.githubusercontent.com/bitcoin-core/packaging/${majorVersion}.x/debian/bitcoin-qt.desktop";
sha256 = "0cpna0nxcd1dw3nnzli36nf9zj28d2g9jf5y0zl9j18lvanvniha";
};
in
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
"https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
"https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
];
sha256 = "caff23449220cf45753f312cefede53a9eac64000bb300797916526236b6a1e0";
sha256 = "d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b";
};
nativeBuildInputs =