renovate: 40.60.0 -> 41.16.0 (#420717)

authored by

Sandro and committed by
GitHub
3f03e898 ee63ec60

+4 -4
+1 -1
nixos/doc/manual/release-notes/rl-2511.section.md
··· 81 - `gitversion` was updated to 6.3.0, which includes a number of breaking changes, old configurations may need updating or they will cause the tool to fail to run. 82 See the [6.0.0 release notes for GitVersion](https://github.com/GitTools/GitVersion/releases/tag/6.0.0) for details on the breaking changes, [the documentation on the configuration format](https://gitversion.net/docs/reference/configuration) for the new configuration specification, and [the documentation on version variables](https://gitversion.net/docs/reference/variables) for what is now supported. 83 84 - - `renovate` was updated to v40. See the [upstream release notes](https://github.com/renovatebot/renovate/releases/tag/40.0.0) for breaking changes. 85 86 - The `boot.readOnlyNixStore` has been removed. Control over bind mount options on `/nix/store` is now offered by the `boot.nixStoreMountOpts` option. 87
··· 81 - `gitversion` was updated to 6.3.0, which includes a number of breaking changes, old configurations may need updating or they will cause the tool to fail to run. 82 See the [6.0.0 release notes for GitVersion](https://github.com/GitTools/GitVersion/releases/tag/6.0.0) for details on the breaking changes, [the documentation on the configuration format](https://gitversion.net/docs/reference/configuration) for the new configuration specification, and [the documentation on version variables](https://gitversion.net/docs/reference/variables) for what is now supported. 83 84 + - `renovate` was updated to v41. See the upstream release notes for [v40](https://github.com/renovatebot/renovate/releases/tag/40.0.0) and [v41](https://github.com/renovatebot/renovate/releases/tag/41.0.0) for breaking changes. 85 86 - The `boot.readOnlyNixStore` has been removed. Control over bind mount options on `/nix/store` is now offered by the `boot.nixStoreMountOpts` option. 87
+3 -3
pkgs/by-name/re/renovate/package.nix
··· 15 16 stdenv.mkDerivation (finalAttrs: { 17 pname = "renovate"; 18 - version = "40.60.0"; 19 20 src = fetchFromGitHub { 21 owner = "renovatebot"; 22 repo = "renovate"; 23 tag = finalAttrs.version; 24 - hash = "sha256-eF9RY/KmiyFjGgEm1twxZliKMS5+7sXF5f2JpUYvJCM="; 25 }; 26 27 postPatch = '' ··· 39 40 pnpmDeps = pnpm_10.fetchDeps { 41 inherit (finalAttrs) pname version src; 42 - hash = "sha256-X9hwB4E78puo+1hkGoKwOSK3xhGOpcXciC2h6mElvWY="; 43 }; 44 45 env.COREPACK_ENABLE_STRICT = 0;
··· 15 16 stdenv.mkDerivation (finalAttrs: { 17 pname = "renovate"; 18 + version = "41.16.0"; 19 20 src = fetchFromGitHub { 21 owner = "renovatebot"; 22 repo = "renovate"; 23 tag = finalAttrs.version; 24 + hash = "sha256-hMcGK89YIqYCA201f+fxorHA3sseDL3nZTjH/90/JGQ="; 25 }; 26 27 postPatch = '' ··· 39 40 pnpmDeps = pnpm_10.fetchDeps { 41 inherit (finalAttrs) pname version src; 42 + hash = "sha256-VF2fq6o4O5Ua+98PJ1d+vj5W8TMYL4ks3ekf27eQmIY="; 43 }; 44 45 env.COREPACK_ENABLE_STRICT = 0;