mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
freshrss: update package
This commit is contained in:
parent
beda4ab01d
commit
3add8feef4
2 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,13 @@
|
|||
# overlays for nixpkgs
|
||||
self: super:
|
||||
{
|
||||
# no overlays yet
|
||||
# freshrss = super.freshrss.overrideAttrs (old: {
|
||||
# version = "1.21.0";
|
||||
# src = super.fetchFromGitHub {
|
||||
# owner = "FreshRSS";
|
||||
# repo = "FreshRSS";
|
||||
# rev = "1.21.0";
|
||||
# hash = "sha256-0+fMZ5ps0CkBbS+fcxlYrrkQi28tmrKTyl3kPuofqyI=";
|
||||
# };
|
||||
# });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue