Skip to content

Commit

Permalink
fsarchiver: 0.8.5 -> 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 28, 2021
1 parent b51b5a1 commit c0903d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/archivers/fsarchiver/default.nix
Expand Up @@ -3,7 +3,7 @@
, libgcrypt, e2fsprogs, util-linux, libgpgerror }:

let
version = "0.8.5";
version = "0.8.6";

in stdenv.mkDerivation {
pname = "fsarchiver";
Expand All @@ -13,7 +13,7 @@ in stdenv.mkDerivation {
owner = "fdupoux";
repo = "fsarchiver";
rev = version;
sha256 = "1rvwq5v3rl14bqxjm1ibfapyicf0sa44nw7451v10kx39lp56ylp";
sha256 = "sha256-7AfCI4abcUijobEl6FO+5A/FRwxPkNko44u85WbTwuc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c0903d9

Please sign in to comment.