erofs-utils: 1.4 -> 1.5

authored by R. Ryantm and committed by ehmry 12f818e3 bb6885f3

+2 -2
+2 -2
pkgs/os-specific/linux/erofs-utils/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "erofs-utils"; 5 - version = "1.4"; 5 + version = "1.5"; 6 6 outputs = [ "out" "man" ]; 7 7 8 8 src = fetchgit { 9 9 url = 10 10 "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git"; 11 11 rev = "v" + version; 12 - sha256 = "sha256-yYMvtW6mQKGx+TZGzadbLX9pXU7vY5b4d1B8d5Ph6vk="; 12 + sha256 = "sha256-vMWAmGMJp0XDuc4sbo6Y7gfCQVAo4rETea0Tkdbg82U="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ autoreconfHook pkg-config ];