lol

f2fs-tools: 1.14.0 -> 1.15.0

authored by

R. Ryantm and committed by
ehmry
6920e6d3 ce660322

+2 -2
+2 -2
pkgs/tools/filesystems/f2fs-tools/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "f2fs-tools"; 5 - version = "1.14.0"; 5 + version = "1.15.0"; 6 6 7 7 src = fetchgit { 8 8 url = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"; 9 9 rev = "refs/tags/v${version}"; 10 - sha256 = "06ss05n87i1c3149qb3n7j1qp2scv3g2adx0v6ljkl59ab9b5saj"; 10 + sha256 = "sha256-RSWvdC6kV0KfyJefK9qyFCWjlezFc7DBOOn+uy7S3Lk="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ autoreconfHook pkg-config ];