rss-bridge: 2022-01-20 -> 2022-06-14

This commit is contained in:
R. Ryantm 2022-07-29 21:19:59 +00:00
parent f0df0acc16
commit 6d77dfe185

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rss-bridge";
version = "2022-01-20";
version = "2022-06-14";
src = fetchFromGitHub {
owner = "RSS-Bridge";
repo = "rss-bridge";
rev = version;
sha256 = "sha256-wQW6U24TMnRxQ9zxdq8cMzO0OGX/re065YDhl1AbwO8=";
sha256 = "sha256-yH+m65CIZokZSbnv1zfpKC/Qr/mPPC6dG49Zn62X0l4=";
};
postPatch = ''