btrfs-progs: 6.13 -> 6.14

This commit is contained in:
R. Ryantm
2025-03-28 12:13:32 +00:00
parent cd13997b85
commit 072a5e1ea2
+2 -2
View File
@@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "btrfs-progs";
version = "6.13";
version = "6.14";
src = fetchurl {
url = "mirror://kernel/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${version}.tar.xz";
hash = "sha256-ZbPyERellPgAE7QyYg7sxqfisMBeq5cTb/UGx01z7po=";
hash = "sha256-31q4BPyzbikcQq2DYfgBrR4QJBtDvTBP5Qzj355+PaE=";
};
nativeBuildInputs =