linux_testing_bcachefs: 5.1.2019.07.11 -> 5.1.2019.07.13
This commit is contained in:
parent
a62fa2f17f
commit
99cbed51bd
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, buildPackages, fetchgit, fetchpatch, perl, buildLinux, ... } @ args:
|
||||
|
||||
buildLinux (args // rec {
|
||||
version = "5.1.2019.07.11";
|
||||
version = "5.1.2019.07.13";
|
||||
modDirVersion = "5.1.0";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://evilpiepirate.org/git/bcachefs.git";
|
||||
rev = "44dc1f269553f33cce43628444970efb85a7e802";
|
||||
sha256 = "1i32s15r0a844dnp3h9ac37xm9h69g0jn75pqz2gbfrafpk3pac1";
|
||||
rev = "22776fe9902b0b06d6aa18cd4c7f0c5ad35a95fa";
|
||||
sha256 = "0ly4vxawj8skh55c541zll3b8g6igiaq7aj33fklfjh0icmgzs60";
|
||||
};
|
||||
|
||||
extraConfig = "BCACHEFS_FS m";
|
||||
|
|
Loading…
Reference in a new issue