xfsprogs: 6.12.0 -> 6.13.0

This commit is contained in:
R. Ryantm
2025-02-18 15:45:20 +00:00
parent c042638763
commit 97013b2c26
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "xfsprogs";
version = "6.12.0";
version = "6.13.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/fs/xfs/xfsprogs/${pname}-${version}.tar.xz";
hash = "sha256-CDJAckfbeRzHDe+W5+JUvW7fBD3ISoCmLzzNbj3/0yk=";
hash = "sha256-BFmTP5PZTIK8J4nnvWN0InPZ10IHza5n3DAyA42ggzc=";
};
outputs = [