Merge pull request #70528 from eadwu/bcachefs/update-9

bcachefs/update-9
This commit is contained in:
Robin Gloster
2019-10-16 00:28:17 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -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";