btrfs-progs: 6.12 -> 6.13

Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.13
This commit is contained in:
Sergei Trofimovich
2025-02-16 16:06:37 +00:00
parent 6e048c4f80
commit 43c92a3a0e
+2 -2
View File
@@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "btrfs-progs";
version = "6.12";
version = "6.13";
src = fetchurl {
url = "mirror://kernel/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${version}.tar.xz";
hash = "sha256-mn2WUf/VL75SEqjkhSo82weePSI/xVBOalCwupbNIKE=";
hash = "sha256-ZbPyERellPgAE7QyYg7sxqfisMBeq5cTb/UGx01z7po=";
};
nativeBuildInputs =