minify 0 -> 1 attrpath: minify Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l7d6mkimqp84l5p1pd34w9mac2ka0jg6-packages.json.drv building '/nix/store/l7d6mkimqp84l5p1pd34w9mac2ka0jg6-packages.json.drv'... Going to be running update for following packages: - minify-2.20.16 Press Enter key to continue... Running update for: - minify-2.20.16: UPDATING ... - minify-2.20.16: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/web/minify/default.nix b/pkgs/development/web/minify/default.nix index 232f6dffaaa6..ff6673c33960 100644 --- a/pkgs/development/web/minify/default.nix +++ b/pkgs/development/web/minify/default.nix @@ -9,16 +9,16 @@ buildGoModule rec { pname = "minify"; - version = "2.20.16"; + version = "2.20.19"; src = fetchFromGitHub { owner = "tdewolff"; repo = pname; rev = "v${version}"; - hash = "sha256-0RiSNRoRmN7X2udwgGaArXgIRTaxaGH4fo3usiCJNbA="; + hash = "sha256-Lu5Wpcihu6UyC0+7v8MPj0Bjof08RZfqkwWgOFVhXAA="; }; - vendorHash = "sha256-8OEF2sAJZuGX4z/OsXCAkRR82JO3rYCEJQbidIjGOJ8="; + vendorHash = "sha256-MSaa3hFeZ6L1wdt4IStCov9MAqO+Sy2ab3CUHAjBaCw="; nativeBuildInputs = [ installShellFiles ]; An auto update branch exists with message `minify: 2.20.16 -> 2.20.18`. New version is 2.20.19. The auto update branch does not match or exceed the new version. Successfully finished processing cachix "/nix/store/r4xwjkm622s3nfbqvj4rrkn5y7qfqwaq-minify-2.20.19" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
21 packages built:
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 minify is: Go minifiers for web formats meta.homepage for minify is: https://go.tacodewolff.nl/minify meta.changelog for minify is: https://github.com/tdewolff/minify/releases/tag/v2.20.19 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/tdewolff/minify/releases/tag/v2.20.19) - [Compare changes on GitHub](https://github.com/tdewolff/minify/compare/v2.20.16...v2.20.19) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.20.19 with grep in /nix/store/r4xwjkm622s3nfbqvj4rrkn5y7qfqwaq-minify-2.20.19 - found 2.20.19 in filename of file in /nix/store/r4xwjkm622s3nfbqvj4rrkn5y7qfqwaq-minify-2.20.19 ---
Rebuild report (if merged into master) (click to expand) ``` 11 total rebuild path(s) 11 package rebuild(s) First fifty rebuilds by attrpath minify sourcehut.buildsrht sourcehut.coresrht sourcehut.gitsrht sourcehut.hgsrht sourcehut.hubsrht sourcehut.listssrht sourcehut.mansrht sourcehut.metasrht sourcehut.pastesrht sourcehut.todosrht ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/r4xwjkm622s3nfbqvj4rrkn5y7qfqwaq-minify-2.20.19 \ --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 minify https://github.com/r-ryantm/nixpkgs/archive/5f4b402cd098a04189c07a95fd7a1c5bed4de8ed.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5f4b402cd098a04189c07a95fd7a1c5bed4de8ed#minify ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/r4xwjkm622s3nfbqvj4rrkn5y7qfqwaq-minify-2.20.19 ls -la /nix/store/r4xwjkm622s3nfbqvj4rrkn5y7qfqwaq-minify-2.20.19/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
21 packages built:
--- ###### Maintainer pings cc @gaelreyrol for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/290110