fsarchiver: 0.8.6 -> 0.8.7

This commit is contained in:
R. Ryantm 2023-03-24 03:02:25 +00:00
parent 4a3d90135b
commit df9b4a57c1

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