rsshub: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-03-02 02:04:59 +02:00
parent 07af3796c5
commit 1ba097d023
+2 -2
View File
@@ -30,8 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_9;
fetcherVersion = 1;
hash = "sha256-zTsJZnhX7xUOsKST6S3TQUV8M1Tewcs9fZgrDSf5ba8=";
fetcherVersion = 3;
hash = "sha256-jV+MpdNeaVHut0eUP7F9SmJZuLDGQE8ULR8LsiOE7Ug=";
};
nativeBuildInputs = [