Merge pull request 'rss-bridge fork' (#59) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 24s

Reviewed-on: #59
This commit is contained in:
sid 2026-05-06 00:27:21 +02:00
commit 551cb97783

View file

@ -1,11 +1,11 @@
final: prev: {
rss-bridge = prev.rss-bridge.overrideAttrs (oldAttrs: {
version = "unstable-2026-04-30";
version = "unstable-2026-06";
src = prev.fetchFromGitHub {
owner = "RSS-Bridge";
owner = "sid115";
repo = "rss-bridge";
rev = "ac2608a3c4172386996a54121fafa2d0d9b80fb5";
sha256 = "sha256-7Be701tkowl3hXpA4H6Epollf015qtPodPVpjWUwhZM=";
rev = "8f2109f53a6dc63811d2c2fc9840edb247c369e7";
sha256 = "sha256-XA3ei+fps+4DHgtn7ytjH7UUsYFDYq0kTlN6wgrzii8=";
};
});
}