From 97f02cbdeba44db2f248f1ed6aad92e14fb2f596 Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sat, 30 May 2026 23:30:14 +0200 Subject: [PATCH] nixseparatedebuginfod2: 2.0.0 -> 2.0.1 --- pkgs/by-name/ni/nixseparatedebuginfod2/package.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/ni/nixseparatedebuginfod2/package.nix b/pkgs/by-name/ni/nixseparatedebuginfod2/package.nix index 143c4ae6558a..7167ef92dd03 100644 --- a/pkgs/by-name/ni/nixseparatedebuginfod2/package.nix +++ b/pkgs/by-name/ni/nixseparatedebuginfod2/package.nix @@ -17,16 +17,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "nixseparatedebuginfod2"; - version = "2.0.0"; + version = "2.0.1"; src = fetchFromGitHub { owner = "symphorien"; repo = "nixseparatedebuginfod2"; tag = "v${finalAttrs.version}"; - hash = "sha256-D327Pz3oHOHgfekXnDRQ0l+GrIcFUK1zcIqzR2Y3zqU="; + hash = "sha256-PG/TqfXTuricAcwCB+2dKlVgHXxhCVVRJaVJ5v0xd4o="; }; - cargoHash = "sha256-iAhm54jb+5Nv/XG6GYpoEgPjYmBTHvEnnmynFF8D8n4="; + cargoHash = "sha256-XDkW1tCSvmiTU0GN3L0oL0uhgWYQSlxRIV0xcwSlgkY="; buildInputs = [ libarchive @@ -56,12 +56,10 @@ rustPlatform.buildRustPackage (finalAttrs: { passthru.tests = { inherit (nixosTests) nixseparatedebuginfod2; }; - # flaky tests - checkFlags = [ "--skip=substituter::http" ]; - meta = { description = "Downloads and provides debug symbols and source code for nix derivations to gdb and other debuginfod-capable debuggers as needed"; homepage = "https://github.com/symphorien/nixseparatedebuginfod2"; + changelog = "https://https://github.com/symphorien/nixseparatedebuginfod2/blob/v${finalAttrs.version}/CHANGELOG.md/"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ symphorien