xfsprogs: 7.0.1 -> 7.1.1 (#523070)

This commit is contained in:
ajs124
2026-07-24 11:12:32 +00:00
committed by GitHub

View File

@@ -17,11 +17,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xfsprogs";
version = "7.0.1";
version = "7.1.1";
src = fetchurl {
url = "mirror://kernel/linux/utils/fs/xfs/xfsprogs/xfsprogs-${finalAttrs.version}.tar.xz";
hash = "sha256-SoyoOnrLjNksmX1jtprmTxcAVrNmopJKdT5H1LtLiwY=";
hash = "sha256-Bj7cMbqOhclcf6+b5GWgSJi7p8bmIv3ZsUbu1MpUFeg=";
};
postPatch = ''