Loading pkgs/by-name/so/sonarr/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ applyPatches, }: let version = "4.0.12.2823"; version = "4.0.13.2932"; # The dotnet8 compatibility patches also change `yarn.lock`, so we must pass # the already patched lockfile to `fetchYarnDeps`. src = applyPatches { Loading @@ -29,7 +29,7 @@ let owner = "Sonarr"; repo = "Sonarr"; tag = "v${version}"; hash = "sha256-gAvbA3Idx73QEDthLwrM8Jbt6YhXxK8LzEJI6eF2k20="; hash = "sha256-BR7CU8q+L2CY2UqR9n0cbX9R7ergzRPPvSrLl7Cn7EU="; }; patches = [ Loading pkgs/by-name/so/sonarr/update.py +2 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,8 @@ with tempfile.TemporaryDirectory() as work_dir: old_source_hash: new_source_hash, }) # We need access to the patched and updated src to get the patched `yarn.lock`. # We need access to the patched and updated src to get the patched # `yarn.lock`. patched_src = os.path.join(work_dir, "patched-src") subprocess.run( [ Loading Loading
pkgs/by-name/so/sonarr/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ applyPatches, }: let version = "4.0.12.2823"; version = "4.0.13.2932"; # The dotnet8 compatibility patches also change `yarn.lock`, so we must pass # the already patched lockfile to `fetchYarnDeps`. src = applyPatches { Loading @@ -29,7 +29,7 @@ let owner = "Sonarr"; repo = "Sonarr"; tag = "v${version}"; hash = "sha256-gAvbA3Idx73QEDthLwrM8Jbt6YhXxK8LzEJI6eF2k20="; hash = "sha256-BR7CU8q+L2CY2UqR9n0cbX9R7ergzRPPvSrLl7Cn7EU="; }; patches = [ Loading
pkgs/by-name/so/sonarr/update.py +2 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,8 @@ with tempfile.TemporaryDirectory() as work_dir: old_source_hash: new_source_hash, }) # We need access to the patched and updated src to get the patched `yarn.lock`. # We need access to the patched and updated src to get the patched # `yarn.lock`. patched_src = os.path.join(work_dir, "patched-src") subprocess.run( [ Loading