2022-12-31T05:04:43 libcerf 2.1 -> 2.2 https://repology.org/metapackage/libcerf/versions 2022-12-31T05:04:46 attrpath: libcerf 2022-12-31T05:04:46 Checking auto update branch... 2022-12-31T05:04:46 No auto update branch exists 2022-12-31T05:04:50 [version] 2022-12-31T05:04:52 [version] updated version and sha256 2022-12-31T05:04:52 [rustCrateVersion] 2022-12-31T05:04:52 [rustCrateVersion] No cargoSha256 found 2022-12-31T05:04:52 [golangModuleVersion] 2022-12-31T05:04:52 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-31T05:04:52 [updateScript] 2022-12-31T05:04:52 [updateScript] skipping because derivation has no updateScript 2022-12-31T05:04:52 2022-12-31T05:04:52 [quotedUrls] 2022-12-31T05:04:52 [quotedUrls] nothing found to replace 2022-12-31T05:04:52 Diff after rewrites: diff --git a/pkgs/development/libraries/libcerf/default.nix b/pkgs/development/libraries/libcerf/default.nix index 7a3b9631418..3b8bdde6b5e 100644 --- a/pkgs/development/libraries/libcerf/default.nix +++ b/pkgs/development/libraries/libcerf/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "libcerf"; - version = "2.1"; + version = "2.2"; src = fetchurl { url = "https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${version}/libcerf-v${version}.tar.gz"; - sha256 = "sha256-ihzYt/rgS4KpUWglISm4wbrKCYooX/jT8leB3q0Ut1o="; + sha256 = "sha256-v548RweknyftwYkbGoZooM9TIHQdzYQxHYP5r3gkkGk="; }; nativeBuildInputs = [ cmake perl ]; 2022-12-31T05:06:23 Successfully finished processing 2022-12-31T05:06:23 cachix "/nix/store/papshhqjhpfwd0icfqs1h06sgx33rdxa-libcerf-2.2" 2022-12-31T05:06:48 [check][nixpkgs-review] 2022-12-31T05:51:49 [check][nixpkgs-review] took longer than 45m and timed out 2022-12-31T05:51:49 nixpkgs-review took longer than 45m and timed out 2022-12-31T05:51:53 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/libcerf/versions. meta.description for libcerf is: "Complex error (erf), Dawson, Faddeeva, and Voigt function library" meta.homepage for libcerf is: "https://jugit.fz-juelich.de/mlz/libcerf" meta.changelog for libcerf 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 2.2 with grep in /nix/store/papshhqjhpfwd0icfqs1h06sgx33rdxa-libcerf-2.2 - found 2.2 in filename of file in /nix/store/papshhqjhpfwd0icfqs1h06sgx33rdxa-libcerf-2.2 ---
Rebuild report (if merged into master) (click to expand) ``` 180 total rebuild path(s) 180 package rebuild(s) First fifty rebuilds by attrpath bpm-tools coqPackages.interval cubicsdr dump1090 eplot feedgnuplot fityk fornalder gama gitstats gnuplot gnuplot_aquaterm gnuplot_qt gnuradio3_8Packages.ais gnuradio3_8Packages.limesdr gnuradio3_8Packages.osmosdr gqrx gqrx-gr-audio gqrx-portaudio gretl image-analyzer iozone libcerf libqalculate librsb libsForQt5.bismuth libsForQt5.kde-cli-tools libsForQt5.kdeplasma-addons libsForQt5.kdev-php libsForQt5.kdev-python libsForQt5.kdevelop libsForQt5.kdevelop-unwrapped libsForQt5.khotkeys libsForQt5.kinfocenter libsForQt5.kmenuedit libsForQt5.krohnkite libsForQt5.kwin-dynamic-workspaces libsForQt5.kwin-tiling libsForQt5.kzones libsForQt5.parachute libsForQt5.plasma-bigscreen libsForQt5.plasma-browser-integration libsForQt5.plasma-desktop libsForQt5.plasma-disks libsForQt5.plasma-mobile libsForQt5.plasma-remotecontrollers libsForQt5.plasma-workspace libsForQt5.powerdevil libsForQt5.systemsettings lightly-qt ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/papshhqjhpfwd0icfqs1h06sgx33rdxa-libcerf-2.2 \ --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 libcerf https://github.com/r-ryantm/nixpkgs/archive/c69975c832ce1dd492ff4c6b560fa92ee5c76f6c.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/papshhqjhpfwd0icfqs1h06sgx33rdxa-libcerf-2.2 ls -la /nix/store/papshhqjhpfwd0icfqs1h06sgx33rdxa-libcerf-2.2/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. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @orivej 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-31T05:51:54 https://api.github.com/repos/NixOS/nixpkgs/pulls/208454