lol

xfsprogs: 6.3.0 -> 6.4.0

ajs124 08e3fb95 c9cf0708

+2 -2
+2 -2
pkgs/tools/filesystems/xfsprogs/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "xfsprogs"; 8 - version = "6.3.0"; 8 + version = "6.4.0"; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://kernel/linux/utils/fs/xfs/xfsprogs/${pname}-${version}.tar.xz"; 12 - hash = "sha256-7Jh8nwvLLbKZG/+4DTUxULOJw6K3m2gwQR9wQq32mQw="; 12 + hash = "sha256-wxhoQYv79Jo6nEf8cM3/3p2W9P8AUb0EoIgeZlRkgQQ="; 13 13 }; 14 14 15 15 outputs = [ "bin" "dev" "out" "doc" ];