newsboat: 2.42 -> 2.43 (#503798)

This commit is contained in:
dotlambda
2026-03-29 18:04:42 +00:00
committed by GitHub
+11 -3
View File
@@ -17,22 +17,30 @@
libiconv,
makeWrapper,
nix-update-script,
fetchpatch,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "newsboat";
version = "2.42";
version = "2.43";
src = fetchFromGitHub {
owner = "newsboat";
repo = "newsboat";
tag = "r${finalAttrs.version}";
hash = "sha256-ZBqYxAX2jPaRycdw7BbhySt2uviICadT/5Z5WZqsqJM=";
hash = "sha256-XnA20uylHoly1P5qpM2JmkkV6C5//Xu5M+CjWwCiI7c=";
};
patches = [
(fetchpatch {
url = "https://github.com/newsboat/newsboat/commit/f7936d13013d33946b28b2ac51f1266423d66b23.patch";
hash = "sha256-MnL/ylTIJJV1+3I1OxzNWedLUEZ4viuzxXNM63qk1aM=";
})
];
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-T6zBr3LoOkPLVkBvfhUdqs7iF2I6fRTZo+uMsrnv+5g=";
hash = "sha256-+QyN0YDQmSGVZ2ckLd5SDYRw/wZYFY6GNteeTRrNDcU=";
};
# allow other ncurses versions on Darwin