dpkg 1.22.1 -> 1.22.4 https://repology.org/project/dpkg/versions attrpath: dpkg Checking auto update branch... An auto update branch exists with message `dpkg: 1.22.1 -> 1.22.3`. New version is 1.22.4. The auto update branch does not match or exceed the new version. [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/tools/package-management/dpkg/default.nix b/pkgs/tools/package-management/dpkg/default.nix index 59e259541992..b286a7b51b9f 100644 --- a/pkgs/tools/package-management/dpkg/default.nix +++ b/pkgs/tools/package-management/dpkg/default.nix @@ -18,12 +18,12 @@ stdenv.mkDerivation rec { pname = "dpkg"; - version = "1.22.1"; + version = "1.22.4"; src = fetchgit { url = "https://git.launchpad.net/ubuntu/+source/dpkg"; rev = "applied/${version}"; - hash = "sha256-63XRO3Img+XS2F5Krb5DAw0LMhtxB+eJi754O03Lx8Q="; + hash = "sha256-tpYSOimBd78rAthQUga/MNraWll9qEA+vRG+/F+t3mM="; }; configureFlags = [ Successfully finished processing cachix "/nix/store/iyw9ba3l39f2212r20f4dnwdrks0wa33-dpkg-1.22.4" [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)
7 packages failed to build:
219 packages built:
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/dpkg/versions. meta.description for dpkg is: The Debian package manager meta.homepage for dpkg is: https://wiki.debian.org/Teams/Dpkg ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.22.4 with grep in /nix/store/iyw9ba3l39f2212r20f4dnwdrks0wa33-dpkg-1.22.4 - found 1.22.4 in filename of file in /nix/store/iyw9ba3l39f2212r20f4dnwdrks0wa33-dpkg-1.22.4 ---
Rebuild report (if merged into master) (click to expand) ``` 309 total rebuild path(s) 309 package rebuild(s) First fifty rebuilds by attrpath alfaview angryipscanner apkg appgate-sdp apt armcord aws-workspaces ayatana-indicator-datetime ayatana-indicator-session bdf2psf beyond-identity bisq-desktop bitscope.chart bitscope.console bitscope.display bitscope.dso bitscope.logic bitscope.meter bitscope.proto bitscope.server bitwig-studio bitwig-studio3 bitwig-studio4 bitwig-studio5 blackfire bluej bluemail brave breitbandmessung cargo-deb ciscoPacketTracer7 ciscoPacketTracer8 clash-verge clockify cloudflare-warp cups-brother-hl1110 cups-brother-hl1210w cups-brother-hl2260d cups-brother-hl3140cw cups-brother-hll2340dw cups-brother-hll2350dw cups-brother-hll2375dw cups-brother-hll3230cdw cups-brother-mfcl2750dw dcp375cw-cupswrapper dcp375cwlpr dcp9020cdw-cupswrapper dcp9020cdwlpr debian-devscripts debootstrap ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/iyw9ba3l39f2212r20f4dnwdrks0wa33-dpkg-1.22.4 \ --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 dpkg https://github.com/r-ryantm/nixpkgs/archive/507bfd5f0a66b02c2a1e389959c783a1a5321e77.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/507bfd5f0a66b02c2a1e389959c783a1a5321e77#dpkg ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/iyw9ba3l39f2212r20f4dnwdrks0wa33-dpkg-1.22.4 ls -la /nix/store/iyw9ba3l39f2212r20f4dnwdrks0wa33-dpkg-1.22.4/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)
7 packages failed to build:
219 packages built:
--- ###### Maintainer pings cc @siriobalmelli 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/287315