Skip to content

Commit 97013b2

Browse files
committed
xfsprogs: 6.12.0 -> 6.13.0
1 parent c042638 commit 97013b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/xf/xfsprogs/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "xfsprogs";
18-
version = "6.12.0";
18+
version = "6.13.0";
1919

2020
src = fetchurl {
2121
url = "mirror://kernel/linux/utils/fs/xfs/xfsprogs/${pname}-${version}.tar.xz";
22-
hash = "sha256-CDJAckfbeRzHDe+W5+JUvW7fBD3ISoCmLzzNbj3/0yk=";
22+
hash = "sha256-BFmTP5PZTIK8J4nnvWN0InPZ10IHza5n3DAyA42ggzc=";
2323
};
2424

2525
outputs = [

0 commit comments

Comments
 (0)