Merge pull request #222836 from r-ryantm/auto-update/fsarchiver

fsarchiver: 0.8.6 -> 0.8.7
This commit is contained in:
Weijia Wang 2023-03-24 22:08:30 +02:00 committed by GitHub
commit c14fe3a518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [