gdb 0 -> 1 attrpath: gdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/9fb4mwd4nfxg6gx695m6f9picicvpj5l-update-gdb.drv /nix/store/cqmzrmpvf9whkmjpfkbvi6698ngzp1zz-packages.json.drv building '/nix/store/9fb4mwd4nfxg6gx695m6f9picicvpj5l-update-gdb.drv'... building '/nix/store/cqmzrmpvf9whkmjpfkbvi6698ngzp1zz-packages.json.drv'... Going to be running update for following packages: - gdb-14.1 Press Enter key to continue... Running update for: - gdb-14.1: UPDATING ... - gdb-14.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix index 849f44ea9bc0..e607967a1205 100644 --- a/pkgs/development/tools/misc/gdb/default.nix +++ b/pkgs/development/tools/misc/gdb/default.nix @@ -30,11 +30,11 @@ assert pythonSupport -> python3 != null; stdenv.mkDerivation rec { pname = targetPrefix + basename + lib.optionalString hostCpuOnly "-host-cpu-only"; - version = "14.1"; + version = "14.2"; src = fetchurl { url = "mirror://gnu/gdb/${basename}-${version}.tar.xz"; - hash = "sha256-1m31EnYUNFH8v/RkzIcj1o8enfRaai1WNaVOcWQ+24A="; + hash = "sha256-LU3YBh2N7RK2xj9V5FNEiB6CJhBfTSqbI0BA76XOd3I="; }; postPatch = lib.optionalString stdenv.isDarwin '' An auto update branch exists with message `gdb: 14.1 -> 14.2`. New version is 14.2. An auto update branch exists with an equal or greater version