Remove unused rec

This commit is contained in:
Andreas Zweili 2024-03-18 11:58:36 +01:00
parent 1ac235afb9
commit a4842f05e6
1 changed files with 9 additions and 11 deletions

View File

@ -21,17 +21,15 @@ let
overlays = [ overlays = [
overlay-unstable overlay-unstable
(final: prev: { (final: prev: {
freshrss = prev.freshrss.overrideAttrs ( freshrss = prev.freshrss.overrideAttrs (_: {
_: rec { version = "1.32.1";
version = "1.32.1"; src = pkgs.fetchFromGitHub {
src = pkgs.fetchFromGitHub { owner = "FreshRSS";
owner = "FreshRSS"; repo = "FreshRSS";
repo = "FreshRSS"; rev = "c89073d60e491f775a13a9ec57915313eb073964";
rev = "c89073d60e491f775a13a9ec57915313eb073964"; sha256 = "sha256-DqfkbfvqGkAMQ2oawfb7Ggiv2u6/Qq6UgygLTNov9CA=";
sha256 = "sha256-DqfkbfvqGkAMQ2oawfb7Ggiv2u6/Qq6UgygLTNov9CA="; };
}; });
}
);
}) })
# The following is requried for building images { # The following is requried for building images {