Merge pull request #322472 from r-ryantm/auto-update/btrfs-progs

btrfs-progs: 6.9 -> 6.9.1
This commit is contained in:
7c6f434c 2024-06-26 12:01:57 +00:00 committed by GitHub
commit 4bd24590ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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