Skip to content

networkmanager: 1.32.12 -> 1.34.0#155553

Merged
jtojnar merged 1 commit intoNixOS:stagingfrom
r-ryantm:auto-update/networkmanager
Jan 28, 2022
Merged

networkmanager: 1.32.12 -> 1.34.0#155553
jtojnar merged 1 commit intoNixOS:stagingfrom
r-ryantm:auto-update/networkmanager

Conversation

@r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Jan 19, 2022

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for networkmanager is: "Network configuration and management tool"

meta.homepage for networkmanager is: "https://wiki.gnome.org/Projects/NetworkManager"

meta.changelog for networkmanager is: "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/1.34.0/NEWS"

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact
Checks done (click to expand)
  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • /nix/store/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0/bin/NetworkManager passed the binary check.
  • /nix/store/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0/bin/nm-online passed the binary check.
  • /nix/store/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0/bin/nmtui passed the binary check.
  • /nix/store/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0/bin/nmcli passed the binary check.
  • /nix/store/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0/bin/nmtui-connect passed the binary check.
  • /nix/store/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0/bin/nmtui-hostname passed the binary check.
  • /nix/store/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0/bin/nmtui-edit passed the binary check.
  • 7 of 7 passed binary check by having a zero exit code.
  • 7 of 7 passed binary check by having the new version present in output.
  • found 1.34.0 with grep in /nix/store/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0
  • found 1.34.0 in filename of file in /nix/store/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0

Rebuild report (if merged into master) (click to expand)
570 total rebuild path(s)

557 package rebuild(s)

557 x86_64-linux rebuild(s)
13 x86_64-darwin rebuild(s)


First fifty rebuilds by attrpath
ChowKick
CuboCore.coretoppings
adapta-gtk-theme
alfis
almanah
apostrophe
appgate-sdp
astroid
autosuspend
aws-workspaces
balsa
bespokesynth
bespokesynth-with-vst2
birdfont
blueman
bolt
bookworm
bottles
bubblemail
calligra
calls
cawbird
chatty
chrome-gnome-shell
cinnamon.cinnamon-common
cinnamon.cinnamon-control-center
cinnamon.cinnamon-gsettings-overrides
cinnamon.cinnamon-screensaver
cinnamon.pix
cinnamon.xreader
citrix_workspace
citrix_workspace_20_04_0
citrix_workspace_20_06_0
citrix_workspace_20_09_0
citrix_workspace_20_10_0
citrix_workspace_20_12_0
citrix_workspace_21_01_0
citrix_workspace_21_03_0
citrix_workspace_21_06_0
citrix_workspace_21_08_0
citrix_workspace_21_09_0
citrix_workspace_21_12_0
claws-mail
clight
cog
dbeaver
dino
dropbox-cli
eclipse-mat
eclipses.eclipse-committers
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0 \
  --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 networkmanager https://github.com/r-ryantm/nixpkgs/archive/aea6dc90dc40f58f6ea2d83ddee27eb2dc214923.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/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0
ls -la /nix/store/llch5ll4gzvzr8j2rvpkz5j7yzc9r8sh-networkmanager-1.34.0/bin


Pre-merge build results

NixPkgs review skipped


Maintainer pings

cc @jtojnar @domenkozar @obadz @maxeaubrey for testing.

Closes #155115

@ofborg ofborg bot requested review from amaxine, domenkozar, jtojnar and obadz January 19, 2022 08:52
@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 501-1000 This PR causes many rebuilds on Linux and should normally target the staging branches. labels Jan 19, 2022
@jtojnar jtojnar added the 8.has: upstream changes reviewed Reviewer checked the changelogs/commit logs associated with the release and did not find any issues. label Jan 19, 2022
@jtojnar jtojnar merged commit e7c8978 into NixOS:staging Jan 28, 2022
@r-ryantm r-ryantm deleted the auto-update/networkmanager branch January 29, 2022 00:02
@jyooru jyooru mentioned this pull request Jan 29, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: upstream changes reviewed Reviewer checked the changelogs/commit logs associated with the release and did not find any issues. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 501-1000 This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants