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

fsarchiver: 0.8.5 -> 0.8.6
This commit is contained in:
Mario Rodas 2021-02-28 22:54:09 -05:00 committed by GitHub
commit 706be0926b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
, libgcrypt, e2fsprogs, util-linux, libgpgerror }:
let
version = "0.8.5";
version = "0.8.6";
in stdenv.mkDerivation {
pname = "fsarchiver";
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
owner = "fdupoux";
repo = "fsarchiver";
rev = version;
sha256 = "1rvwq5v3rl14bqxjm1ibfapyicf0sa44nw7451v10kx39lp56ylp";
sha256 = "sha256-7AfCI4abcUijobEl6FO+5A/FRwxPkNko44u85WbTwuc=";
};
nativeBuildInputs = [