freshrss: 1.20.2 -> 1.21.0

This commit is contained in:
Felix Buehler 2023-03-05 16:37:42 +01:00
parent 794f34657e
commit 8d5674679d

View file

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "FreshRSS"; pname = "FreshRSS";
version = "1.20.2"; version = "1.21.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "FreshRSS"; owner = "FreshRSS";
repo = "FreshRSS"; repo = "FreshRSS";
rev = version; rev = version;
hash = "sha256-l1SOaQA4C8yXbrfi7pEE1PpUO4DVmLTTDUSACCSQ5LE="; hash = "sha256-0+fMZ5ps0CkBbS+fcxlYrrkQi28tmrKTyl3kPuofqyI=";
}; };
passthru.tests = { passthru.tests = {