linux_testing_bcachefs: 5.2.2019.10.01 -> 5.2.2019.10.12

This commit is contained in:
Edmund Wu 2019-10-06 09:15:14 -04:00
parent 018bba85bf
commit 591b1ec17a
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

View File

@ -1,13 +1,13 @@
{ stdenv, buildPackages, fetchgit, fetchpatch, perl, buildLinux, ... } @ args:
buildLinux (args // {
version = "5.2.2019.10.01";
version = "5.2.2019.10.12";
modDirVersion = "5.2.0";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "45920b5139a752bb4f22871b8b916beacc4f9fb9";
sha256 = "1hi98jckzd8d7whivmgl1ywdfdixhq7la37jagwnwbf8lsqsp25i";
rev = "de906c3e2eddad291d46bd0e7c81c68eaadcd08a";
sha256 = "1ahabp8pd9slf4lchkbyfkagg9vhic0cw3kwvwryzaxxxjmf2hkk";
};
extraConfig = "BCACHEFS_FS m";