Skip to content

Commit

Permalink
Merge pull request #56560 from eadwu/bcachefs/20190228
Browse files Browse the repository at this point in the history
linux_testing_bcachefs, bcachefs-tools: 2019-03-13
  • Loading branch information
dywedir committed Mar 15, 2019
2 parents 4b6a41a + 143cf54 commit d738f0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix
@@ -1,13 +1,13 @@
{ stdenv, buildPackages, fetchgit, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.20.2019.02.20";
version = "4.20.2019.03.13";
modDirVersion = "4.20.0";

src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "2d1aed5672ad55f86544cb5352560d5395012136";
sha256 = "0b4swx0z36y4gglkjwxn3x1q0wknv4k2lbprhbing3ms0d45z9f2";
rev = "986543d24e08a0c0308472403b230d546e7ecbbb";
sha256 = "07h9l47wijhlx3xnyxnj8kv1zb9yf2x0gag8n606yq6wn9r523hv";
};

extraConfig = "BCACHEFS_FS m";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/tools/filesystems/bcachefs-tools/default.nix
Expand Up @@ -3,12 +3,12 @@

stdenv.mkDerivation rec {
pname = "bcachefs-tools";
version = "2019-02-09";
version = "2019-03-13";

src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
rev = "17c5215c1c542dd7b6b4f891a0da16d8c98e0591";
sha256 = "1zm2lnvijfmz483m2nhxz1rhk7ghgh0c450nyiwi6wa7lc1y3339";
rev = "0894d547501fb9306ae7b1c669b66a7b49fb2205";
sha256 = "1vwzwag413kzlij2f1hw1b8g592m40dr03zwkc8k5snbl4daiwr6";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit d738f0d

Please sign in to comment.