btrfs-progs: 6.9.1 -> 6.9.2

https://github.com/kdave/btrfs-progs/releases/tag/v6.9.2

In particular, channel is blocked because
 - subvol list: fix accidental trimming of subvolume name
https://hydra.nixos.org/build/264495531#tabs-buildsteps
This commit is contained in:
Vladimír Čunát 2024-06-27 16:30:25 +02:00
parent 69bee9866a
commit 3d530bea8d
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "btrfs-progs";
version = "6.9.1";
version = "6.9.2";
src = fetchurl {
url = "mirror://kernel/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${version}.tar.xz";
hash = "sha256-7VSz1w0MfBHaBCipz6WoHLguYzFkx7pXz2cU+LaUGLo=";
hash = "sha256-Q4ZbsnLcCrJYXeNgVDTYG6IXV48Il79wDNNsFKxAZSo=";
};
nativeBuildInputs = [