netpbm 0 -> 1 attrpath: netpbm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j4g42vdrkwzbfbk4wawj1wkc3syv13ha-packages.json.drv building '/nix/store/j4g42vdrkwzbfbk4wawj1wkc3syv13ha-packages.json.drv'... Going to be running update for following packages: - netpbm-11.3.2 Press Enter key to continue... Running update for: - netpbm-11.3.2: UPDATING ... - netpbm-11.3.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/graphics/netpbm/default.nix b/pkgs/tools/graphics/netpbm/default.nix index 15eda5112c38..973aa41d5ca2 100644 --- a/pkgs/tools/graphics/netpbm/default.nix +++ b/pkgs/tools/graphics/netpbm/default.nix @@ -20,14 +20,14 @@ stdenv.mkDerivation { # Determine version and revision from: # https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced pname = "netpbm"; - version = "11.3.2"; + version = "11.3.4"; outputs = [ "bin" "out" "dev" ]; src = fetchsvn { url = "https://svn.code.sf.net/p/netpbm/code/advanced"; - rev = "4574"; - sha256 = "fJv+74QN7Jro4vUCcMWL4Yvv1C0KkfiOoNHt6ldGn/s="; + rev = "4606"; + sha256 = "raWpqPlORgL5vBkmHbvj7UCrGjpPLulWjeTuaPnuB98="; }; nativeBuildInputs = [ An auto update branch exists with message `netpbm: 11.3.2 -> 11.3.3`. New version is 11.3.4. The auto update branch does not match or exceed the new version. Successfully finished processing cachix "/nix/store/ggg4y4c4h6zw454b7awp8za55sf4x4cz-netpbm-11.3.4-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 passthru.updateScript. meta.description for netpbm is: Toolkit for manipulation of graphic images meta.homepage for netpbm is: https://netpbm.sourceforge.net/ ###### 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 - found 11.3.4 with grep in /nix/store/ggg4y4c4h6zw454b7awp8za55sf4x4cz-netpbm-11.3.4-bin - found 11.3.4 in filename of file in /nix/store/ggg4y4c4h6zw454b7awp8za55sf4x4cz-netpbm-11.3.4-bin ---
Rebuild report (if merged into master) (click to expand) ``` 66 total rebuild path(s) 66 package rebuild(s) First fifty rebuilds by attrpath asciidoc-full asciidoc-full-with-plugins auto-multiple-choice bicgl bicpl cantor clevis conglomerate cqrlog denemo diffoscope diffoscopeMinimal disorderfs ezminc fbcat foomatic-db-ppds foomatic-db-ppds-withNonfreeDb fped frescobaldi img2pdf kakounePlugins.rep kstars labplot latex2html libsForQt5.cantor lilypond lilypond-unstable lilypond-unstable-with-fonts lilypond-with-fonts luksmeta manga-cli mpvScripts.convert mup netpbm ocrmypdf oobicpl paperless-ngx pcb pdfarranger pfstools plasma5Packages.cantor pnglatex polymake protontricks pynac python310Packages.img2pdf python310Packages.ocrmypdf python310Packages.pnglatex python311Packages.img2pdf python311Packages.ocrmypdf ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ggg4y4c4h6zw454b7awp8za55sf4x4cz-netpbm-11.3.4-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 netpbm https://github.com/r-ryantm/nixpkgs/archive/916e8c9ae57e011922a7b69bfc4d2873523bfe8b.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/ggg4y4c4h6zw454b7awp8za55sf4x4cz-netpbm-11.3.4-bin ls -la /nix/store/ggg4y4c4h6zw454b7awp8za55sf4x4cz-netpbm-11.3.4-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 Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/250323