Merge pull request #325035 from NyCodeGHG/update-renovate

nix-update: 1.3.1 -> 1.4.0, renovate: 37.393.0 -> 37.424.3
This commit is contained in:
Jörg Thalheim
2024-07-07 08:10:51 +02:00
committed by GitHub
2 changed files with 12 additions and 8 deletions
+10 -6
View File
@@ -11,6 +11,7 @@
testers,
xcbuild,
nixosTests,
nix-update-script,
}:
let
@@ -20,13 +21,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "renovate";
version = "37.393.0";
version = "37.424.3";
src = fetchFromGitHub {
owner = "renovatebot";
repo = "renovate";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-YgxcGNMgmwrausdR7kvG1NiyQPn0FcCq/isf9qUDCFY=";
hash = "sha256-OOanxZte0H27U5L1MGrNUxYDWQ7ctAoNVVUukbE7v7s=";
};
postPatch = ''
@@ -43,7 +44,7 @@ stdenv'.mkDerivation (finalAttrs: {
pnpmDeps = pnpm_9.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-Zbe561q6xDKDIN+E/2eyQMz2GtpPvJEv2pAauMa+8pE=";
hash = "sha256-tOe0CqRVkN5Uu7S0o9sCV7Tdtkp3JDrupyx0r0AJfs4=";
};
env.COREPACK_ENABLE_STRICT = 0;
@@ -88,9 +89,12 @@ stdenv'.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.tests = {
version = testers.testVersion { package = renovate; };
vm-test = nixosTests.renovate;
passthru = {
tests = {
version = testers.testVersion { package = renovate; };
vm-test = nixosTests.renovate;
};
updateScript = nix-update-script { };
};
meta = {
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "nix-update";
version = "1.3.1";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Mic92";
repo = pname;
rev = version;
hash = "sha256-QWfW8tI4tk8hk9eNN6/3i2E4rwfIWgqjxj+htSZVdrc=";
hash = "sha256-gldeiq/R7EIvMZ3tkedSSumBour47LFrwDEiNS9tSSA=";
};
nativeBuildInputs = [