Homebrew RSS reader server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

flake: bump version to 0.3.0, update description for miniflux api

+2 -2
+2 -2
flake.nix
··· 12 12 in { 13 13 packages.default = pkgs.rustPlatform.buildRustPackage { 14 14 pname = "slurp"; 15 - version = "0.1.0"; 15 + version = "0.3.0"; 16 16 src = ./.; 17 17 18 18 cargoLock.lockFile = ./Cargo.lock; ··· 21 21 buildInputs = with pkgs; [ openssl sqlite ]; 22 22 23 23 meta = with pkgs.lib; { 24 - description = "Headless RSS aggregator with Fever API"; 24 + description = "Headless RSS aggregator with Miniflux API"; 25 25 mainProgram = "slurp"; 26 26 }; 27 27 };