rss-bridge fork #59

Merged
sid merged 2 commits from develop into master 2026-05-06 00:27:22 +02:00
Showing only changes of commit 6d2b166831 - Show all commits

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 = "";
};
});
}