Loading pkgs/applications/networking/feedreaders/newsboat/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -3,16 +3,16 @@ rustPlatform.buildRustPackage rec { pname = "newsboat"; version = "2.35"; version = "2.36"; src = fetchFromGitHub { owner = "newsboat"; repo = "newsboat"; rev = "r${version}"; hash = "sha256-WbicKP46N8MVjUeerYUdcHJO5Qf7rQFyYCpxexd2wDY="; hash = "sha256-RnDnyRAZ71aE5st5wUcUKjFFGY288oFpiyDXAno15MQ="; }; cargoHash = "sha256-B6U+DxIRm9Sn4x+dZCfNKENNDsTUVZFT6i0Yz47gjTs="; cargoHash = "sha256-0z3G8j0Qk0HEDUKA7fmjFfNW956rRtzKO+0ltNQR4es="; # TODO: Check if that's still needed postPatch = lib.optionalString stdenv.isDarwin '' Loading Loading
pkgs/applications/networking/feedreaders/newsboat/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -3,16 +3,16 @@ rustPlatform.buildRustPackage rec { pname = "newsboat"; version = "2.35"; version = "2.36"; src = fetchFromGitHub { owner = "newsboat"; repo = "newsboat"; rev = "r${version}"; hash = "sha256-WbicKP46N8MVjUeerYUdcHJO5Qf7rQFyYCpxexd2wDY="; hash = "sha256-RnDnyRAZ71aE5st5wUcUKjFFGY288oFpiyDXAno15MQ="; }; cargoHash = "sha256-B6U+DxIRm9Sn4x+dZCfNKENNDsTUVZFT6i0Yz47gjTs="; cargoHash = "sha256-0z3G8j0Qk0HEDUKA7fmjFfNW956rRtzKO+0ltNQR4es="; # TODO: Check if that's still needed postPatch = lib.optionalString stdenv.isDarwin '' Loading