neon 0.32.5 -> 0.33.0 https://repology.org/project/neon/versions attrpath: neon 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/neon/default.nix b/pkgs/development/libraries/neon/default.nix index f26dbf5ace45..206b0464f004 100644 --- a/pkgs/development/libraries/neon/default.nix +++ b/pkgs/development/libraries/neon/default.nix @@ -15,12 +15,12 @@ let in stdenv.mkDerivation rec { - version = "0.32.5"; + version = "0.33.0"; pname = "neon"; src = fetchurl { url = "https://notroj.github.io/${pname}/${pname}-${version}.tar.gz"; - sha256 = "sha256-SHLhL4Alct7dSwL4cAZYFLLVFB99va9wju2rgmtRpYo="; + sha256 = "sha256-ZZpcyc6gXm54ZAlPHhOneru9urRS8E11GowWqUR89Lg="; }; patches = optionals stdenv.isDarwin [ ./darwin-fix-configure.patch ]; Successfully finished processing cachix "/nix/store/75g8nhy7cn1j9j8mw495c6zwjnb1z0h7-neon-0.33.0" 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/neon/versions. meta.description for neon is: An HTTP and WebDAV client library meta.homepage for neon is: https://notroj.github.io/neon/ meta.changelog for neon is: https://github.com/notroj/neon/blob/0.33.0/NEWS ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.33.0 with grep in /nix/store/75g8nhy7cn1j9j8mw495c6zwjnb1z0h7-neon-0.33.0 - found 0.33.0 in filename of file in /nix/store/75g8nhy7cn1j9j8mw495c6zwjnb1z0h7-neon-0.33.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1332 total rebuild path(s) 1332 package rebuild(s) First fifty rebuilds by attrpath CHOWTapeModel ChowKick Sylk abracadabra activitywatch adapta-gtk-theme adriconf aegisub ajour akkoma alfaview alfis almanah alsa-scarlett-gui altair amberol amule amule-daemon amule-gui amule-web anilibria-winmaclinux anki anytype apache-directory-studio apostrophe appimage-run appimage-run-tests aravis archi archivebox arduino-ide asc ashpd-demo asn1editor astroid audacious audacious-plugins audaciousQt5 audacity audio-recorder audio-sharing authenticator authy autokey aw-qt aws-azure-login aws-workspaces ayatana-indicator-datetime bada-bib badlion-client ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/75g8nhy7cn1j9j8mw495c6zwjnb1z0h7-neon-0.33.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 neon https://github.com/r-ryantm/nixpkgs/archive/3a31a0440601f2a75c429c0eaca70bf1c53f3dbc.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/3a31a0440601f2a75c429c0eaca70bf1c53f3dbc#neon ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/75g8nhy7cn1j9j8mw495c6zwjnb1z0h7-neon-0.33.0 ls -la /nix/store/75g8nhy7cn1j9j8mw495c6zwjnb1z0h7-neon-0.33.0/bin ``` ---

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