freshrss: 1.20.2 -> 1.21.0
This commit is contained in:
parent
794f34657e
commit
8d5674679d
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue