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

xfsprogs: 6.1.1 -> 6.2.0
This commit is contained in:
ajs124
2023-03-27 18:46:46 +02:00
committed by GitHub
+2 -2
View File
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "xfsprogs";
version = "6.1.1";
version = "6.2.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/fs/xfs/xfsprogs/${pname}-${version}.tar.xz";
hash = "sha256-BeihN4cNsdYYLfct2pirenEA3rN2lH6FS51ZyRTCx7s=";
hash = "sha256-1n3LpaKOCQS2CIa25fdSvHycOlxwlhU4VbWtyp24bFE=";
};
outputs = [ "bin" "dev" "out" "doc" ];