Merge pull request #78513 from r-ryantm/auto-update/litecoind

litecoind: 0.16.3 -> 0.17.1
This commit is contained in:
Jaka Hudoklin 2020-01-26 11:14:28 +03:00 committed by GitHub
commit 73a59af35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "litecoin" + (toString (optional (!withGui) "d")) + "-" + version;
version = "0.16.3";
version = "0.17.1";
src = fetchFromGitHub {
owner = "litecoin-project";
repo = "litecoin";
rev = "v${version}";
sha256 = "0vc184qfdkjky1qffa7309k6973k4197bkzwcmffc9r5sdfhrhkp";
sha256 = "08a0ghs4aa9m3qv3ppydyshfibykdwxk07i1vcqvg0ycqisdpb7y";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];