Skip to content

Commit e2cc290

Browse files
authored
xfsprogs: 6.12.0 -> 6.13.0 (#383151)
2 parents 2abedfc + 97013b2 commit e2cc290

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
@@ -16,11 +16,11 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "xfsprogs";
19-
version = "6.12.0";
19+
version = "6.13.0";
2020

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

2626
patches = [

0 commit comments

Comments
 (0)