Skip to content

Commit f4d7ecf

Browse files
authored
renovate: 41.49.0 -> 41.81.0 (#434871)
2 parents 3062c9f + 7e40b91 commit f4d7ecf

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
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "renovate";
18-
version = "41.49.0";
18+
version = "41.81.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "renovatebot";
2222
repo = "renovate";
2323
tag = finalAttrs.version;
24-
hash = "sha256-n0Zfut9+nIWRvUU2po4YZVMp4bkJs9ExfNCqShUSVYc=";
24+
hash = "sha256-iFcq8TbUXcEf0q/ifAC4dXJkG7pYvTM78FHPZucky8g=";
2525
};
2626

2727
postPatch = ''
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
4141
pnpmDeps = pnpm_10.fetchDeps {
4242
inherit (finalAttrs) pname version src;
4343
fetcherVersion = 2;
44-
hash = "sha256-J0cAaM4DO3dsRmgx8vg8pZQgq78o3U3kKBrnRDuhJmk=";
44+
hash = "sha256-HQEN+gBvI9s5WEXrH/3WTMSCg0ERykeKit8z8BBUe6w=";
4545
};
4646

4747
env.COREPACK_ENABLE_STRICT = 0;

0 commit comments

Comments
 (0)