linux_testing_bcachefs: 5.1.2019.07.11 -> 5.1.2019.07.13

This commit is contained in:
Edmund Wu 2019-07-14 08:56:06 -04:00
parent a62fa2f17f
commit 99cbed51bd
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
{ stdenv, buildPackages, fetchgit, fetchpatch, perl, buildLinux, ... } @ args: { stdenv, buildPackages, fetchgit, fetchpatch, perl, buildLinux, ... } @ args:
buildLinux (args // rec { buildLinux (args // rec {
version = "5.1.2019.07.11"; version = "5.1.2019.07.13";
modDirVersion = "5.1.0"; modDirVersion = "5.1.0";
src = fetchgit { src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git"; url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "44dc1f269553f33cce43628444970efb85a7e802"; rev = "22776fe9902b0b06d6aa18cd4c7f0c5ad35a95fa";
sha256 = "1i32s15r0a844dnp3h9ac37xm9h69g0jn75pqz2gbfrafpk3pac1"; sha256 = "0ly4vxawj8skh55c541zll3b8g6igiaq7aj33fklfjh0icmgzs60";
}; };
extraConfig = "BCACHEFS_FS m"; extraConfig = "BCACHEFS_FS m";