Unverified Commit b5a3581a authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

rsshub: 0-unstable-2024-09-16 -> 0-unstable-2025-02-03 (#379127)

parents 8f73f996 6085f068
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "rsshub";
  version = "0-unstable-2024-09-16";
  version = "0-unstable-2025-02-03";

  src = fetchFromGitHub {
    owner = "DIYgod";
    repo = "RSSHub";
    rev = "6de50fb35dbdb93be43f315a8c2651e90c5195a9";
    hash = "sha256-fxkK1prrKfAmB5yqiOKdLPeJp/hO07KJNHLnYSQGPNE=";
    rev = "72f78e2bfbcf000a6f374a92894430cf845fd1fd";
    hash = "sha256-okavLIYJZ+0iCsYtBc2r3FS18MVE/ap2OwRae7rWTrw=";
  };

  patches = [
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {

  pnpmDeps = pnpm_9.fetchDeps {
    inherit (finalAttrs) pname version src;
    hash = "sha256-mAAo4SdJ8cj8aqnbm+azcnxq8lFBvOy3BlSEKz9MA0Q=";
    hash = "sha256-c16Ue5YiRWlF7ldt/8WLi1/xYhGqqr6XqvUieQbvbWg=";
  };

  nativeBuildInputs = [