newsboat: 2.16.1 -> 2.17.1

This commit is contained in:
Nikolay Korotkiy 2019-09-27 10:05:03 +03:00
parent 141b7210cb
commit 89439508e6
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -3,14 +3,14 @@
rustPlatform.buildRustPackage rec {
pname = "newsboat";
version = "2.16.1";
version = "2.17.1";
src = fetchurl {
url = "https://newsboat.org/releases/${version}/${pname}-${version}.tar.xz";
sha256 = "0lxdsfcwa4byhfnn0gv34w3rr531f4nfqgi8j4qqmh3gncbwh8s0";
sha256 = "15qr2y35yvl0hzsf34d863n8v042v78ks6ksh5p1awvi055x5sy1";
};
cargoSha256 = "0ck2dgfk4fay4cjl66wqkbnq4rqrd717jl63l1mvqmvad9i19igm";
cargoSha256 = "0db4j6y43gacazrvcmq823fzl5pdfdlg8mkjpysrw6h9fxisq83f";
postPatch = ''
substituteInPlace Makefile --replace "|| true" ""