libplist 2.3.0 -> 2.4.0 https://github.com/libimobiledevice/libplist/releases attrpath: libplist Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/libplist/default.nix b/pkgs/development/libraries/libplist/default.nix index afd28996265c..24e4ceed04a7 100644 --- a/pkgs/development/libraries/libplist/default.nix +++ b/pkgs/development/libraries/libplist/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { pname = "libplist"; - version = "2.3.0"; + version = "2.4.0"; outputs = [ "bin" "dev" "out" ] ++ lib.optional enablePython "py"; @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { owner = "libimobiledevice"; repo = pname; rev = version; - hash = "sha256-fZfDSWVRg73dN+WF6LbgRSj8vtyeKeyjC8pWXFxUmBg="; + hash = "sha256-bH40HSp76w56tlxO5M1INAW4wRR7O27AY4H/CyEcp+Y="; }; nativeBuildInputs = [ Successfully finished processing cachix "/nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/libimobiledevice/libplist/releases. meta.description for libplist is: A library to handle Apple Property List format in binary or XML meta.homepage for libplist is: https://github.com/libimobiledevice/libplist ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/libimobiledevice/libplist/releases/tag/2.4.0) - [Compare changes on GitHub](https://github.com/libimobiledevice/libplist/compare/2.3.0...2.4.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.4.0 with grep in /nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin - found 2.4.0 in filename of file in /nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin ---
Rebuild report (if merged into master) (click to expand) ``` 206 total rebuild path(s) 206 package rebuild(s) First fifty rebuilds by attrpath adapta-gtk-theme almanah ayatana-indicator-datetime ayatana-indicator-session bubblemail budgie.budgie-control-center budgie.budgie-desktop budgie.budgie-desktop-with-plugins budgie.budgie-gsettings-overrides budgie.budgie-session budgie.magpie budgiePlugins.budgie-analogue-clock-applet budgiePlugins.budgie-user-indicator-redux calls chatty cinnamon.cinnamon-common cinnamon.cinnamon-control-center cinnamon.cinnamon-gsettings-overrides cinnamon.cinnamon-screensaver cinnamon.cinnamon-session cinnamon.cinnamon-settings-daemon cinnamon.nemo cinnamon.nemo-fileroller cinnamon.nemo-python cinnamon.nemo-with-extensions clementine clight droidcam dropbox-cli eiciel endeavour eolie evolution evolution-data-server evolution-data-server-gtk4 evolution-ews evolutionWithPlugins folks gfbgraph gnome-browser-connector gnome-inform7 gnome-online-accounts gnome-photos gnome-recipes gnome.cheese gnome.evolution-data-server gnome.file-roller gnome.geary gnome.gnome-applets gnome.gnome-bluetooth ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin \ --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 libplist https://github.com/r-ryantm/nixpkgs/archive/1831206c650d057f85f190eef311a21fa2f099af.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1831206c650d057f85f190eef311a21fa2f099af#libplist ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin ls -la /nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin/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 @infinisil 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/290426