linux_testing_bcachefs: 4.20.2019.01.23 -> 4.20.2019.02.09

This commit is contained in:
Edmund Wu 2019-02-09 21:11:12 -05:00
parent f34da1c835
commit 14a5c27743
No known key found for this signature in database
GPG key ID: 9C0561D4193A3AFE

View file

@ -1,13 +1,13 @@
{ stdenv, buildPackages, fetchgit, perl, buildLinux, ... } @ args:
buildLinux (args // rec {
version = "4.20.2019.01.23";
version = "4.20.2019.02.09";
modDirVersion = "4.20.0";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "99750eab4d583132cf61f071082c7cf21f5295c0";
sha256 = "05wg9w5f68qg02yrciir9h1wx448869763hg3w7j23wc2qywhwqb";
rev = "09a546543006b60d44c4c51e7b40cd3ec7837a5e";
sha256 = "0p187vp9df0nnhawql0f2bj2sdim0f2b424106d41yxc8ayhz0d9";
};
extraConfig = "BCACHEFS_FS m";