Skip to content

Commit

Permalink
f2fs-tools: 1.8.0 -> 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Oct 12, 2017
1 parent 8a957be commit 00078af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/f2fs-tools/default.nix
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "f2fs-tools-${version}";
version = "1.8.0";
version = "1.9.0";

src = fetchgit {
url = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git";
rev = "refs/tags/v${version}";
sha256 = "0mbpg6mng6jcm5vxq0ivhklgpkwvjbhjwgkhzxr50ln46h5kbd2f";
sha256 = "0aj9dbhv7vv19pyb2rhcg99v5v0s66sb9yzrdmi46bmvzz124pal";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit 00078af

Please sign in to comment.