overlay for rss-bridge v2025-06-03
This commit is contained in:
parent
ed2f7e5773
commit
b3d8f80020
3 changed files with 13 additions and 7 deletions
11
overlays/rss-bridge.nix
Normal file
11
overlays/rss-bridge.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
final: prev: {
|
||||
rss-bridge = prev.rss-bridge.overrideAttrs (oldAttrs: rec {
|
||||
version = "2025-06-03";
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "RSS-Bridge";
|
||||
repo = "rss-bridge";
|
||||
rev = version;
|
||||
sha256 = "sha256-S9TSTUwuScOcLbEpGgET1zzH1WlO1IMUOiwzMTsA65s=";
|
||||
};
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue