Merge pull request #176150 from helsinki-systems/upd/xfsprogs

xfsprogs: 5.16.0 -> 5.18.0
This commit is contained in:
ajs124 2022-06-08 22:25:00 +02:00 committed by GitHub
commit 22e4347db2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "xfsprogs";
version = "5.16.0";
version = "5.18.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/fs/xfs/xfsprogs/${pname}-${version}.tar.xz";
hash = "sha256-eLjImZmb1pBEHLU9fAKrZxKUlAMZxpT/fILiPo5Gu58=";
hash = "sha256-Ho2IAb3sjNTK02DOO70Sw1qX8ryPfIyVgNGQOw6Mw1s=";
};
outputs = [ "bin" "dev" "out" "doc" ];