appstream 1.0.1 -> 1.0.2 https://repology.org/project/appstream/versions attrpath: appstream 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/appstream/default.nix b/pkgs/development/libraries/appstream/default.nix index ff953b621635..ce2b0a8af1ab 100644 --- a/pkgs/development/libraries/appstream/default.nix +++ b/pkgs/development/libraries/appstream/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "appstream"; - version = "1.0.1"; + version = "1.0.2"; outputs = [ "out" "dev" "installedTests" ]; @@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "ximion"; repo = "appstream"; rev = "v${finalAttrs.version}"; - sha256 = "sha256-ULqRHepWVuAluXsXJUoqxqJfrN168MGlwdVkoLLwSN0="; + sha256 = "sha256-0NzZku6TQyyaTOAMWZD459RayhsH8cotlOaSKkVY/EQ="; }; patches = [ Successfully finished processing cachix "/nix/store/29cmg9a5y796yc24zy77v9gpzq4ssx4v-appstream-1.0.2" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/appstream/versions. meta.description for appstream is: Software metadata handling library meta.homepage for appstream is: https://www.freedesktop.org/wiki/Distributions/AppStream/ ###### Updates performed - Version update ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/ximion/appstream/compare/v1.0.1...v1.0.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.0.2 with grep in /nix/store/29cmg9a5y796yc24zy77v9gpzq4ssx4v-appstream-1.0.2 - found 1.0.2 in filename of file in /nix/store/29cmg9a5y796yc24zy77v9gpzq4ssx4v-appstream-1.0.2 ---
Rebuild report (if merged into master) (click to expand) ``` 676 total rebuild path(s) 676 package rebuild(s) First fifty rebuilds by attrpath Sylk adapta-gtk-theme ajour alfis altair alvr amberol anytype appimage-run appimage-run-tests appstream apx-gui arduino-ide ashpd-demo audio-sharing authenticator autokey bada-bib badlion-client banking baobab bazecor beekeeper-studio beeper bespokesynth bespokesynth-with-vst2 betterdiscord-installer blackbox-terminal blanket bloomrpc blueberry blueprint-compiler boatswain bookworm bootstrap-studio bottles bottles-unwrapped breath-theme budgie.budgie-control-center budgie.budgie-desktop budgie.budgie-desktop-with-plugins budgie.budgie-gsettings-overrides budgie.magpie budgiePlugins.budgie-analogue-clock-applet budgiePlugins.budgie-user-indicator-redux buttercup-desktop caido cambalache caprine-bin cartridges ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/29cmg9a5y796yc24zy77v9gpzq4ssx4v-appstream-1.0.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 appstream https://github.com/r-ryantm/nixpkgs/archive/1d0ce7c80adb49282585d53fe1cf0d7864fba0d3.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1d0ce7c80adb49282585d53fe1cf0d7864fba0d3#appstream ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/29cmg9a5y796yc24zy77v9gpzq4ssx4v-appstream-1.0.2 ls -la /nix/store/29cmg9a5y796yc24zy77v9gpzq4ssx4v-appstream-1.0.2/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/291481