3
0
Fork 0
forked from mirrors/nixpkgs

linux_testing_bcachefs: 5.1.2019.07.13 -> 5.1.2019.08.21

This commit is contained in:
Edmund Wu 2019-08-23 22:38:20 -04:00
parent d8601dc4f9
commit c8bd9ea77d
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 // rec {
version = "5.1.2019.07.13";
version = "5.1.2019.08.21";
modDirVersion = "5.1.0";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "22776fe9902b0b06d6aa18cd4c7f0c5ad35a95fa";
sha256 = "0ly4vxawj8skh55c541zll3b8g6igiaq7aj33fklfjh0icmgzs60";
rev = "ece184f718c2b678738bc2c42906e90eeb8ba7dc";
sha256 = "08cbisgcww8fklpxwqkm2c8ddz0mm7v11ycp7ch0kalwdv2f81lr";
};
extraConfig = "BCACHEFS_FS m";