We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75a4323 + b73fcd8 commit ae39c8fCopy full SHA for ae39c8f
pkgs/by-name/rs/rss-bridge/package.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation rec {
10
pname = "rss-bridge";
11
- version = "2024-02-02";
+ version = "2025-01-02";
12
13
src = fetchFromGitHub {
14
owner = "RSS-Bridge";
15
repo = "rss-bridge";
16
rev = version;
17
- sha256 = "sha256-VycEgu7uHYwDnNE1eoVxgaWZAnC6mZLBxT8Le3PI4Rs=";
+ sha256 = "sha256-6Ise+qptY2wLkNveT/mzL0nWrX6OhxAlOJkF2+BmSTE=";
18
};
19
20
installPhase = ''
0 commit comments