Commit a6c6e32d authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

btrfs-progs: 6.5.3 -> 6.6

parent 8b855b2b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenv.mkDerivation rec {
  pname = "btrfs-progs";
  version = "6.5.3";
  version = "6.6";

  src = fetchurl {
    url = "mirror://kernel/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${version}.tar.xz";
    hash = "sha256-/OfLP5IOYV5j+vJlpM2fK/OdStyqZiEcmHaX2oWi7t0=";
    hash = "sha256-lnkple77LqrgUcLOO1YJt+m7LBpcuD/mn5LxEBtUuGk=";
  };

  nativeBuildInputs = [