lzip 1.23 -> 1.24 https://repology.org/project/lzip/versions attrpath: lzip 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/tools/compression/lzip/default.nix b/pkgs/tools/compression/lzip/default.nix index 526e3f8c12fc..525623851ffa 100644 --- a/pkgs/tools/compression/lzip/default.nix +++ b/pkgs/tools/compression/lzip/default.nix @@ -7,12 +7,12 @@ stdenv.mkDerivation rec { pname = "lzip"; - version = "1.23"; + version = "1.24"; outputs = [ "out" "man" "info" ]; src = fetchurl { url = "mirror://savannah/lzip/${pname}-${version}.tar.gz"; - sha256 = "sha256-R5LAR93xXvKdVbqOaKGiHgy3aS2H7N9yBEGYZFgvKA0="; + sha256 = "sha256-1CZZIpsQ4GbutugetnPN2JO2cuUS0mcZwtlZdVVspWw="; }; configureFlags = [ Successfully finished processing cachix "/nix/store/m0v0yfjfzz7691rbaqn8ngl00n7qf7j9-lzip-1.24" 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/lzip/versions. meta.description for lzip is: A lossless data compressor based on the LZMA algorithm meta.homepage for lzip is: https://www.nongnu.org/lzip/lzip.html ###### 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.24 with grep in /nix/store/m0v0yfjfzz7691rbaqn8ngl00n7qf7j9-lzip-1.24 - found 1.24 in filename of file in /nix/store/m0v0yfjfzz7691rbaqn8ngl00n7qf7j9-lzip-1.24 ---
Rebuild report (if merged into master) (click to expand) ``` 66410 total rebuild path(s) 66410 package rebuild(s) First fifty rebuilds by attrpath AMB-plugins ArchiSteamFarm BeatSaberModManager CHOWTapeModel ChowCentaur ChowKick ChowPhaser CoinMP CuboCore.coreaction CuboCore.corearchiver CuboCore.corefm CuboCore.coregarage CuboCore.corehunt CuboCore.coreimage CuboCore.coreinfo CuboCore.corekeyboard CuboCore.corepad CuboCore.corepaint CuboCore.corepdf CuboCore.corepins CuboCore.corerenamer CuboCore.coreshot CuboCore.corestats CuboCore.corestuff CuboCore.coreterminal CuboCore.coretime CuboCore.coretoppings CuboCore.coreuniverse CuboCore.libcprime CuboCore.libcsys DisnixWebService EmptyEpsilon FIL-plugins Fabric HentaiAtHome LAStools LASzip LASzip2 LibreArp LibreArp-lv2 Literate MIDIVisualizer MMA OSCAR OVMF OVMFFull QuadProgpp R SDL ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/m0v0yfjfzz7691rbaqn8ngl00n7qf7j9-lzip-1.24 \ --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 lzip https://github.com/r-ryantm/nixpkgs/archive/89efa7184d7baae1ad4f5096bb815dc1c1938503.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/89efa7184d7baae1ad4f5096bb815dc1c1938503#lzip ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/m0v0yfjfzz7691rbaqn8ngl00n7qf7j9-lzip-1.24 ls -la /nix/store/m0v0yfjfzz7691rbaqn8ngl00n7qf7j9-lzip-1.24/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @vlaci 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/284905