3
0
Fork 0
forked from mirrors/nixpkgs

newsboat: 2.28 -> 2.29

This commit is contained in:
Alexis Hildebrandt 2022-09-26 12:15:02 +02:00
parent 9b239527d3
commit a32c428e3c

View file

@ -3,16 +3,16 @@
rustPlatform.buildRustPackage rec {
pname = "newsboat";
version = "2.28";
version = "2.29";
src = fetchFromGitHub {
owner = "newsboat";
repo = "newsboat";
rev = "r${version}";
hash = "sha256-MHbGCGtFPXG+82Qveoiv7f8qqZOxThEYb9y9Kv3pnFc=";
hash = "sha256-/R+ahUOgQR71kTZIpsic1gEYxJzbnY8x6AxtkzYTCDo=";
};
cargoHash = "sha256-9YcVKZn51fhkE6bZmaNu7PXsSG8j0M4piBnTWtX8Kcg=";
cargoHash = "sha256-uHhP5XurJHM31fJqsqW9tumPzzMMOEeEWAAsllazcME=";
# TODO: Check if that's still needed
postPatch = lib.optionalString stdenv.isDarwin ''