2022-11-15T02:39:41 freshrss 1.20.0 -> 1.20.1 https://github.com/FreshRSS/FreshRSS/releases 2022-11-15T02:39:44 attrpath: freshrss 2022-11-15T02:39:44 Checking auto update branch... 2022-11-15T02:39:44 No auto update branch exists 2022-11-15T02:39:45 Old version 1.20.0" not present in master derivation file with contents: { stdenvNoCC , lib , fetchFromGitHub , nixosTests , php , pkgs }: stdenvNoCC.mkDerivation rec { pname = "FreshRSS"; version = "1.20.1"; src = fetchFromGitHub { owner = "FreshRSS"; repo = "FreshRSS"; rev = version; hash = "sha256-hpxBPYNFw5Wz07SdYT9GLX8XicAtKi82HjlLCccQMtk="; }; passthru.tests = nixosTests.freshrss; buildInputs = [ php ]; # There's nothing to build. dontBuild = true; # the data folder is no in this package and thereby declared by an env-var overrideConfig = pkgs.writeText "constants.local.php" ''