Unverified Commit be2c10b2 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

btrfs-progs: 6.10.1 -> 6.11 (#342723)

parents 7a0531c4 78f04211
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@

stdenv.mkDerivation rec {
  pname = "btrfs-progs";
  version = "6.10.1";
  version = "6.11";

  src = fetchurl {
    url = "mirror://kernel/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${version}.tar.xz";
    hash = "sha256-JWhGlrxbXQfJjxnUv3pItTq5SHDKTEaKaK89+eLIo14=";
    hash = "sha256-/5rpFSEwOpDYfhxL4jDwEh85xE3b5Swq6uJjxv7PoJk=";
  };

  nativeBuildInputs = [