xfsprogs: 6.3.0 -> 6.4.0

This commit is contained in:
ajs124 2023-07-19 15:26:49 +02:00
parent c9cf0708f0
commit 08e3fb9546

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "xfsprogs";
version = "6.3.0";
version = "6.4.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/fs/xfs/xfsprogs/${pname}-${version}.tar.xz";
hash = "sha256-7Jh8nwvLLbKZG/+4DTUxULOJw6K3m2gwQR9wQq32mQw=";
hash = "sha256-wxhoQYv79Jo6nEf8cM3/3p2W9P8AUb0EoIgeZlRkgQQ=";
};
outputs = [ "bin" "dev" "out" "doc" ];