We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e867d4 + 6735231 commit 06ebfabCopy full SHA for 06ebfab
pkgs/by-name/re/renovate/package.nix
@@ -21,13 +21,13 @@ let
21
in
22
stdenv'.mkDerivation (finalAttrs: {
23
pname = "renovate";
24
- version = "39.65.2";
+ version = "39.82.6";
25
26
src = fetchFromGitHub {
27
owner = "renovatebot";
28
repo = "renovate";
29
tag = finalAttrs.version;
30
- hash = "sha256-SDPyhyZtAw9jPqBGlRm3n8AkL2Y70Kf0AeXqMKCokDM=";
+ hash = "sha256-RV3rOzs0dPQK0rYGU6URqTcvqGMXCrke5wSSVo/Wd5s=";
31
};
32
33
postPatch = ''
@@ -45,7 +45,7 @@ stdenv'.mkDerivation (finalAttrs: {
45
46
pnpmDeps = pnpm_9.fetchDeps {
47
inherit (finalAttrs) pname version src;
48
- hash = "sha256-PwUmFy/RBptKsNSoV8rthJILVQqzPIJemnn0qO4ZQJA=";
+ hash = "sha256-c8bnNBkWyJspRvwoQTlExChM1PXi6Hw466xqT11s7Ys=";
49
50
51
env.COREPACK_ENABLE_STRICT = 0;
0 commit comments