Commit df9b4a57 authored by R. RyanTM's avatar R. RyanTM
Browse files

fsarchiver: 0.8.6 -> 0.8.7

parent 4a3d9013
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [