File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616stdenv . 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 ;
You can’t perform that action at this time.
0 commit comments