Merge pull request #188169 from GovanifY/btrfs

btrfs-progs: 5.18.1 -> 5.19
This commit is contained in:
7c6f434c 2022-08-26 18:52:23 +00:00 committed by GitHub
commit 94f5abdd95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "btrfs-progs";
version = "5.18.1";
version = "5.19";
src = fetchurl {
url = "mirror://kernel/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${version}.tar.xz";
sha256 = "sha256-bpinXM/1LpNU2qGtKExhTEkPhEJzovpSTLrJ64QcclU=";
sha256 = "sha256-H7zwbksvgOehJ/1oftRiWlt0+mdP4hLINv9w4O38zPk=";
};
nativeBuildInputs = [