9 rustPlatform.buildRustPackage {
13 src = fetchFromGitHub {
16 rev = "b21aa80ebc9dc2668463386f9eb270b1782d5842";
17 hash = "sha256-/76CvSBYim831OZzLhsj2Hm+0hoY/FLtKQqt19E5YOI=";
20 cargoHash = "sha256-d3lJQafvBuj9Sb2Tuep3Ypt1sP+vlWHk4kuP99gMly8=";
22 # tests are network based :(
25 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
26 with darwin.apple_sdk.frameworks;
34 changelog = "https://github.com/ckampfe/russ/blob/master/CHANGELOG.md";
35 description = "TUI RSS reader with vim-like controls and a local-first, offline-first focus";
36 homepage = "https://github.com/ckampfe/russ";
37 license = with lib.licenses; [ agpl3Only ];
38 maintainers = with lib.maintainers; [ blusk ];