fsarchiver 0.8.6 -> 0.8.7 https://github.com/fdupoux/fsarchiver/releases attrpath: fsarchiver 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/archivers/fsarchiver/default.nix b/pkgs/tools/archivers/fsarchiver/default.nix index cfa3c3c5116..e9265108bb9 100644 --- a/pkgs/tools/archivers/fsarchiver/default.nix +++ b/pkgs/tools/archivers/fsarchiver/default.nix @@ -3,7 +3,7 @@ , libgcrypt, e2fsprogs, util-linux, libgpg-error }: let - version = "0.8.6"; + version = "0.8.7"; in stdenv.mkDerivation { pname = "fsarchiver"; @@ -13,7 +13,7 @@ in stdenv.mkDerivation { owner = "fdupoux"; repo = "fsarchiver"; rev = version; - sha256 = "sha256-7AfCI4abcUijobEl6FO+5A/FRwxPkNko44u85WbTwuc="; + sha256 = "sha256-1ZIqFgB05gV1L7P/AIL4qfYT4cNMp75QElEM64BXyO8="; }; nativeBuildInputs = [ Successfully finished processing cachix "/nix/store/idlnwk7316hd874q25cyvjj5wg9sypw6-fsarchiver-0.8.7" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 3 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/fdupoux/fsarchiver/releases. meta.description for fsarchiver is: File system archiver for linux meta.homepage for fsarchiver is: https://www.fsarchiver.org/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/fdupoux/fsarchiver/releases/tag/0.8.7) - [Compare changes on GitHub](https://github.com/fdupoux/fsarchiver/compare/0.8.6...0.8.7) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.8.7 with grep in /nix/store/idlnwk7316hd874q25cyvjj5wg9sypw6-fsarchiver-0.8.7 - found 0.8.7 in filename of file in /nix/store/idlnwk7316hd874q25cyvjj5wg9sypw6-fsarchiver-0.8.7 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath fsarchiver ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/idlnwk7316hd874q25cyvjj5wg9sypw6-fsarchiver-0.8.7 \ --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 fsarchiver https://github.com/r-ryantm/nixpkgs/archive/df9b4a57c11c115b50c752b1e64186fdeaec7453.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/idlnwk7316hd874q25cyvjj5wg9sypw6-fsarchiver-0.8.7 ls -la /nix/store/idlnwk7316hd874q25cyvjj5wg9sypw6-fsarchiver-0.8.7/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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/222836 fsarchiver 0.8.6 -> 0.8.7 https://github.com/fdupoux/fsarchiver/releases attrpath: fsarchiver Checking auto update branch... No auto update branch exists Old version 0.8.6" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config , zlib, bzip2, lzo, lz4, zstd, xz , libgcrypt, e2fsprogs, util-linux, libgpg-error }: let version = "0.8.7"; in stdenv.mkDerivation { pname = "fsarchiver"; inherit version; src = fetchFromGitHub { owner = "fdupoux"; repo = "fsarchiver"; rev = version; sha256 = "sha256-1ZIqFgB05gV1L7P/AIL4qfYT4cNMp75QElEM64BXyO8="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; buildInputs = [ zlib bzip2 xz lzo lz4 zstd xz libgcrypt e2fsprogs util-linux libgpg-error ]; meta = with lib; { description = "File system archiver for linux"; longDescription = '' FSArchiver is a system tool that allows you to save the contents of a file-system to a compressed archive file. The file-system can be restored on a partition which has a different size and it can be restored on a different file-system. Unlike tar/dar, FSArchiver also creates the file-system when it extracts the data to partitions. Everything is checksummed in the archive in order to protect the data. If the archive is corrupt, you just loose the current file, not the whole archive. ''; homepage = "https://www.fsarchiver.org/"; license = licenses.lgpl2; maintainers = with maintainers; [ ]; platforms = platforms.linux; }; }