Skip to content

Commit

Permalink
Revert "btrfs-progs: 4.8.2 -> 4.10.2"
Browse files Browse the repository at this point in the history
This reverts commit c0cef04.

The output of the command-line tool has changed somewhat and at least
nixos-generate-config.pl needs modifications to match. I'm leaving that
to someone who knows a bit more about btrfs.

Issue #24810.
  • Loading branch information
dezgeg committed Apr 11, 2017
1 parent e09b950 commit b002d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/btrfs-progs/default.nix
Expand Up @@ -2,14 +2,14 @@
, asciidoc, xmlto, docbook_xml_dtd_45, docbook_xsl, libxslt
}:

let version = "4.10.2"; in
let version = "4.8.2"; in

stdenv.mkDerivation rec {
name = "btrfs-progs-${version}";

src = fetchurl {
url = "mirror://kernel/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${version}.tar.xz";
sha256 = "02p63nz78lrr156cmbb759z76cn95hv6mmz7v592lmiq0dkxy2gd";
sha256 = "0pswcfmdnfc586770h74abp67gn2xv8fd46vxlimnmn837sj7h41";
};

buildInputs = [
Expand Down

0 comments on commit b002d6a

Please sign in to comment.