2022-12-31T12:57:39 libcoap 4.3.0 -> 4.3.1 https://repology.org/metapackage/libcoap/versions 2022-12-31T12:57:41 attrpath: libcoap 2022-12-31T12:57:42 Checking auto update branch... 2022-12-31T12:57:42 No auto update branch exists 2022-12-31T12:57:45 [version] 2022-12-31T12:57:48 [version] updated version and sha256 2022-12-31T12:57:48 [rustCrateVersion] 2022-12-31T12:57:48 [rustCrateVersion] No cargoSha256 found 2022-12-31T12:57:48 [golangModuleVersion] 2022-12-31T12:57:48 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-31T12:57:48 [updateScript] 2022-12-31T12:57:48 [updateScript] skipping because derivation has no updateScript 2022-12-31T12:57:48 2022-12-31T12:57:48 [quotedUrls] 2022-12-31T12:57:48 [quotedUrls] nothing found to replace 2022-12-31T12:57:48 Diff after rewrites: diff --git a/pkgs/applications/networking/libcoap/default.nix b/pkgs/applications/networking/libcoap/default.nix index ea4d27c6b41..673b864630d 100644 --- a/pkgs/applications/networking/libcoap/default.nix +++ b/pkgs/applications/networking/libcoap/default.nix @@ -4,13 +4,13 @@ }: stdenv.mkDerivation rec { pname = "libcoap"; - version = "4.3.0"; + version = "4.3.1"; src = fetchFromGitHub { repo = "libcoap"; owner = "obgm"; rev = "v${version}"; fetchSubmodules = true; - sha256 = "1l031ys833gch600g9g3lvbsr4nysx6glbbj4lwvx3ywl0jr6l9k"; + sha256 = "sha256-4XcAo5StyYIfe9wD0cPHKFZalMcBAuiVV2qFZ126KT8="; }; nativeBuildInputs = [ automake 2022-12-31T12:59:58 Successfully finished processing 2022-12-31T12:59:58 cachix "/nix/store/3ihm2vdf72qljkl2d06s3krhqp3951ps-libcoap-4.3.1" 2022-12-31T13:00:03 [check][nixpkgs-review] 2022-12-31T13:02:53 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-31T13:02:56 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/libcoap/versions. meta.description for libcoap is: "A CoAP (RFC 7252) implementation in C" meta.homepage for libcoap is: "https://github.com/obgm/libcoap" meta.changelog for libcoap is: "" ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.3.1 with grep in /nix/store/3ihm2vdf72qljkl2d06s3krhqp3951ps-libcoap-4.3.1 - found 4.3.1 in filename of file in /nix/store/3ihm2vdf72qljkl2d06s3krhqp3951ps-libcoap-4.3.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath libcoap ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3ihm2vdf72qljkl2d06s3krhqp3951ps-libcoap-4.3.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A libcoap https://github.com/r-ryantm/nixpkgs/archive/d2996cfa98ebb50ab2d2834fcc4407119a107032.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3ihm2vdf72qljkl2d06s3krhqp3951ps-libcoap-4.3.1 ls -la /nix/store/3ihm2vdf72qljkl2d06s3krhqp3951ps-libcoap-4.3.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @kmein for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-12-31T13:02:58 https://api.github.com/repos/NixOS/nixpkgs/pulls/208493