Skip to content

aquamarine: 0.3.1 -> 0.3.3#335930

Merged
JohnRTitor merged 2 commits intoNixOS:masterfrom
r-ryantm:auto-update/aquamarine
Aug 20, 2024
Merged

aquamarine: 0.3.1 -> 0.3.3#335930
JohnRTitor merged 2 commits intoNixOS:masterfrom
r-ryantm:auto-update/aquamarine

Conversation

@r-ryantm
Copy link
Contributor

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

meta.description for aquamarine is: A very light linux rendering backend library

meta.homepage for aquamarine is: https://github.com/hyprwm/aquamarine

meta.changelog for aquamarine is: https://github.com/hyprwm/aquamarine/releases/tag/0.3.3

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.3.3 in filename of file in /nix/store/fpmbwm67qq99mskzmplf41rg3vfk0vqy-aquamarine-0.3.3

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

23 package rebuild(s)

First fifty rebuilds by attrpath

aquamarine
grimblast
hdrop
hyprland
hyprlandPlugins.borders-plus-plus
hyprlandPlugins.csgo-vulkan-fix
hyprlandPlugins.hy3
hyprlandPlugins.hycov
hyprlandPlugins.hypr-dynamic-cursors
hyprlandPlugins.hyprbars
hyprlandPlugins.hyprexpo
hyprlandPlugins.hyprfocus
hyprlandPlugins.hyprgrass
hyprlandPlugins.hyprscroller
hyprlandPlugins.hyprspace
hyprlandPlugins.hyprtrails
hyprlandPlugins.hyprwinwrap
hyprshade
hyprshot
nwg-panel
waybar
xdg-desktop-portal-hyprland
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/fpmbwm67qq99mskzmplf41rg3vfk0vqy-aquamarine-0.3.3 \
  --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 aquamarine https://github.com/r-ryantm/nixpkgs/archive/0fdfd8d68b4e1960cd4c79be06ff5625623b00fe.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/0fdfd8d68b4e1960cd4c79be06ff5625623b00fe#aquamarine

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/fpmbwm67qq99mskzmplf41rg3vfk0vqy-aquamarine-0.3.3
ls -la /nix/store/fpmbwm67qq99mskzmplf41rg3vfk0vqy-aquamarine-0.3.3/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

3 packages failed to build:
  • hyprlandPlugins.hycov
  • hyprlandPlugins.hyprscroller
  • hyprlandPlugins.hyprspace
24 packages built:
  • aquamarine
  • aquamarine.dev
  • grimblast
  • hdrop
  • hyprland
  • hyprland.dev
  • hyprland.man
  • hyprlandPlugins.borders-plus-plus
  • hyprlandPlugins.csgo-vulkan-fix
  • hyprlandPlugins.hy3
  • hyprlandPlugins.hypr-dynamic-cursors
  • hyprlandPlugins.hyprbars
  • hyprlandPlugins.hyprexpo
  • hyprlandPlugins.hyprfocus
  • hyprlandPlugins.hyprgrass
  • hyprlandPlugins.hyprtrails
  • hyprlandPlugins.hyprwinwrap
  • hyprshade
  • hyprshade.dist
  • hyprshot
  • nwg-panel
  • nwg-panel.dist
  • waybar
  • xdg-desktop-portal-hyprland

Maintainer pings

cc @fufexan @JohnRTitor for testing.


Add a 👍 reaction to pull requests you find important.

@ofborg ofborg bot requested review from JohnRTitor and fufexan August 19, 2024 23:37
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Aug 19, 2024
@donovanglover
Copy link
Member

Need to fix meta.changelog since it's missing the v

Copy link
Member

@JohnRTitor JohnRTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cherry pick the patch from staging as well. Else we might have a merge conflict when merging the channels.

@fufexan
Copy link
Contributor

fufexan commented Aug 20, 2024

@JohnRTitor this release already has the patch included, so it can be dropped. Only wayland-scanner needs to be added.

This tries to load wayland.xml from wayland-client.pc, but it's
installed alongside wayland-scanner.
@JohnRTitor JohnRTitor force-pushed the auto-update/aquamarine branch 3 times, most recently from 8b809f9 to 47b66db Compare August 20, 2024 08:03
fix changelog link
@JohnRTitor JohnRTitor force-pushed the auto-update/aquamarine branch from 47b66db to 25327c0 Compare August 20, 2024 08:04
@JohnRTitor
Copy link
Member

Result of nixpkgs-review pr 335930 run on x86_64-linux 1

3 packages failed to build:
  • hyprlandPlugins.hycov
  • hyprlandPlugins.hyprscroller
  • hyprlandPlugins.hyprspace
24 packages built:
  • aquamarine
  • aquamarine.dev
  • grimblast
  • hdrop
  • hyprland
  • hyprland.dev
  • hyprland.man
  • hyprlandPlugins.borders-plus-plus
  • hyprlandPlugins.csgo-vulkan-fix
  • hyprlandPlugins.hy3
  • hyprlandPlugins.hypr-dynamic-cursors
  • hyprlandPlugins.hyprbars
  • hyprlandPlugins.hyprexpo
  • hyprlandPlugins.hyprfocus
  • hyprlandPlugins.hyprgrass
  • hyprlandPlugins.hyprtrails
  • hyprlandPlugins.hyprwinwrap
  • hyprshade
  • hyprshade.dist
  • hyprshot
  • nwg-panel
  • nwg-panel.dist
  • waybar
  • xdg-desktop-portal-hyprland

@ofborg ofborg bot requested review from JohnRTitor and fufexan August 20, 2024 08:40
@JohnRTitor JohnRTitor merged commit 26b5878 into NixOS:master Aug 20, 2024
@r-ryantm r-ryantm deleted the auto-update/aquamarine branch August 21, 2024 00:21
@fufexan fufexan mentioned this pull request Aug 22, 2024
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants