jellyseerr: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-03-02 13:12:40 +02:00
parent 9bce06998f
commit 460bb88d1e
+2 -2
View File
@@ -32,8 +32,8 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
inherit pnpm;
fetcherVersion = 1;
hash = "sha256-3df72m/ARgfelBLE6Bhi8+ThHytowVOBL2Ndk7auDgg=";
fetcherVersion = 3;
hash = "sha256-kCM6oNfBlVsjItzBDxSbeLu0+53I5XzxcerpCTEvZ0M=";
};
buildInputs = [ sqlite ];