Merge pull request #183816 from r-ryantm/auto-update/rss-bridge

This commit is contained in:
Lassulus 2022-08-03 07:33:41 +02:00 committed by GitHub
commit 1830dc8874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''