mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rsshub: 0-unstable-2026-06-09 -> 0-unstable-2026-07-05 (#533307)
This commit is contained in:
commit
b3d007373a
1 changed files with 4 additions and 4 deletions
|
|
@ -12,13 +12,13 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "rsshub";
|
pname = "rsshub";
|
||||||
version = "0-unstable-2026-06-09";
|
version = "0-unstable-2026-07-05";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DIYgod";
|
owner = "DIYgod";
|
||||||
repo = "RSSHub";
|
repo = "RSSHub";
|
||||||
rev = "7c3d43ca7d935c24bc767fb2fea83f57d7ea2354";
|
rev = "719cc1994b10bc96fcd17df6cf2046023d0cd9ba";
|
||||||
hash = "sha256-WmEvR0HbWyHetYUzalDn2OzQa9wGLWSjyqdYkITYNig=";
|
hash = "sha256-Db1nh42S2zrPheUT9nlHMRt7/qmKeMpHZ415rwWnedI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
pnpmDeps = fetchPnpmDeps {
|
pnpmDeps = fetchPnpmDeps {
|
||||||
inherit (finalAttrs) pname version src;
|
inherit (finalAttrs) pname version src;
|
||||||
fetcherVersion = 3;
|
fetcherVersion = 3;
|
||||||
hash = "sha256-jLRZOz4c8MCr/cEvZBD4yTa6nmkPxXgM+h8Fybvklgc=";
|
hash = "sha256-ykKWrU9NCOXBuFb+I3TG5XFO81W4K9Y7fZk/KjB+5JI=";
|
||||||
pnpm = pnpm_10;
|
pnpm = pnpm_10;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue