Merge pull request #55499 from eadwu/bcachefs/20190209

linux_testing_bcachefs,bcachefs-tools: 20190209
This commit is contained in:
Jörg Thalheim
2019-02-14 16:18:05 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

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";