2022-11-14T23:43:47 netpbm 0 -> 1 2022-11-14T23:43:49 attrpath: netpbm 2022-11-14T23:43:49 Checking auto update branch... 2022-11-14T23:43:53 [version] 2022-11-14T23:43:53 [version] skipping because derivation has updateScript 2022-11-14T23:43:53 [rustCrateVersion] 2022-11-14T23:43:53 [rustCrateVersion] No cargoSha256 found 2022-11-14T23:43:53 [golangModuleVersion] 2022-11-14T23:43:53 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-14T23:43:53 [updateScript] 2022-11-14T23:44:17 [updateScript] Success 2022-11-14T23:44:17 [updateScript] this derivation will be built: /nix/store/y7l20a97cnfv0c94i2aa82wq0p84aws7-packages.json.drv building '/nix/store/y7l20a97cnfv0c94i2aa82wq0p84aws7-packages.json.drv'... Going to be running update for following packages: - netpbm-11.0.1 Press Enter key to continue... Running update for: - netpbm-11.0.1: UPDATING ... - netpbm-11.0.1: DONE. Packages updated! 2022-11-14T23:44:17 2022-11-14T23:44:17 [quotedUrls] 2022-11-14T23:44:18 [quotedUrls] nothing found to replace 2022-11-14T23:44:18 Diff after rewrites: diff --git a/pkgs/tools/graphics/netpbm/default.nix b/pkgs/tools/graphics/netpbm/default.nix index edebe1e60c2..ad75d6667da 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.0.1"; + version = "11.0.2"; outputs = [ "bin" "out" "dev" ]; src = fetchsvn { url = "https://svn.code.sf.net/p/netpbm/code/advanced"; - rev = "4448"; - sha256 = "LWnEalfott+q/pcqhQYJ1ifJh+lZ2lZbpCMd+jR9/vQ="; + rev = "4468"; + sha256 = "EW96q9DsM1lQ3QZAmp0hZhQ6icsZFDGa3wYmjCQmBRE="; }; nativeBuildInputs = [ 2022-11-14T23:45:46 No auto update branch exists 2022-11-14T23:46:01 Successfully finished processing 2022-11-14T23:46:01 cachix "/nix/store/vn84vij8qyjs4fakfw0b7pfbjvy6lgg7-netpbm-11.0.2-bin" 2022-11-14T23:46:05 [check][nixpkgs-review] 2022-11-15T00:31:05 [check][nixpkgs-review] took longer than 45m and timed out 2022-11-15T00:31:05 nixpkgs-review took longer than 45m and timed out 2022-11-15T00:31:09 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: "http://netpbm.sourceforge.net/" meta.changelog for netpbm is: "" ###### 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.0.2 with grep in /nix/store/vn84vij8qyjs4fakfw0b7pfbjvy6lgg7-netpbm-11.0.2-bin - found 11.0.2 in filename of file in /nix/store/vn84vij8qyjs4fakfw0b7pfbjvy6lgg7-netpbm-11.0.2-bin ---
Rebuild report (if merged into master) (click to expand) ``` 56 total rebuild path(s) 56 package rebuild(s) First fifty rebuilds by attrpath asciidoc-full asciidoc-full-with-plugins auto-multiple-choice bicgl bicpl clevis conglomerate cqrlog denemo diffoscope diffoscopeMinimal disorderfs ezminc fbcat foomatic-db-ppds foomatic-db-ppds-withNonfreeDb fped frescobaldi img2pdf kakounePlugins.rep kstars latex2html lilypond lilypond-unstable lilypond-unstable-with-fonts lilypond-with-fonts luksmeta manga-cli mpvScripts.convert mup netpbm ocrmypdf oobicpl paperless-ngx pcb pdfarranger pfstools polymake protontricks pynac python310Packages.img2pdf python310Packages.ocrmypdf python39Packages.img2pdf python39Packages.ocrmypdf rep sage sageWithDoc singular sng solfege ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/vn84vij8qyjs4fakfw0b7pfbjvy6lgg7-netpbm-11.0.2-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/9a51f17f64507079e91d1e4aef78f1073ceecfaf.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/vn84vij8qyjs4fakfw0b7pfbjvy6lgg7-netpbm-11.0.2-bin ls -la /nix/store/vn84vij8qyjs4fakfw0b7pfbjvy6lgg7-netpbm-11.0.2-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 2022-11-15T00:31:11 https://api.github.com/repos/NixOS/nixpkgs/pulls/201263