add rss-bridge overlay
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 18s
Flake check / flake-check (pull_request) Successful in 18s

This commit is contained in:
sid 2026-05-05 23:40:02 +02:00
parent 0be8c1c11a
commit 4d5a925716
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
final: prev: {
rss-bridge = prev.rss-bridge.overrideAttrs (oldAttrs: rec {
version = "2025-06-03";
rss-bridge = prev.rss-bridge.overrideAttrs (oldAttrs: {
version = "unstable-2026-04-30";
src = prev.fetchFromGitHub {
owner = "RSS-Bridge";
repo = "rss-bridge";
rev = version;
sha256 = "sha256-S9TSTUwuScOcLbEpGgET1zzH1WlO1IMUOiwzMTsA65s=";
rev = "ac2608a3c4172386996a54121fafa2d0d9b80fb5";
sha256 = "sha256-7Be701tkowl3hXpA4H6Epollf015qtPodPVpjWUwhZM=";
};
});
}