Skip to content

Commit 06ebfab

Browse files
renovate: 39.65.2 -> 39.82.6 (#367983)
2 parents 9e867d4 + 6735231 commit 06ebfab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/re/renovate/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ let
2121
in
2222
stdenv'.mkDerivation (finalAttrs: {
2323
pname = "renovate";
24-
version = "39.65.2";
24+
version = "39.82.6";
2525

2626
src = fetchFromGitHub {
2727
owner = "renovatebot";
2828
repo = "renovate";
2929
tag = finalAttrs.version;
30-
hash = "sha256-SDPyhyZtAw9jPqBGlRm3n8AkL2Y70Kf0AeXqMKCokDM=";
30+
hash = "sha256-RV3rOzs0dPQK0rYGU6URqTcvqGMXCrke5wSSVo/Wd5s=";
3131
};
3232

3333
postPatch = ''
@@ -45,7 +45,7 @@ stdenv'.mkDerivation (finalAttrs: {
4545

4646
pnpmDeps = pnpm_9.fetchDeps {
4747
inherit (finalAttrs) pname version src;
48-
hash = "sha256-PwUmFy/RBptKsNSoV8rthJILVQqzPIJemnn0qO4ZQJA=";
48+
hash = "sha256-c8bnNBkWyJspRvwoQTlExChM1PXi6Hw466xqT11s7Ys=";
4949
};
5050

5151
env.COREPACK_ENABLE_STRICT = 0;

0 commit comments

Comments
 (0)