linux_testing_bcachefs: 5.1.2019.08.21 -> 5.2.2019.09.24

This commit is contained in:
Edmund Wu 2019-08-29 13:53:07 -04:00
parent 5c6e9e83d3
commit 6eb5915afd
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.1.2019.08.21";
modDirVersion = "5.1.0";
version = "5.2.2019.09.24";
modDirVersion = "5.2.0";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "ece184f718c2b678738bc2c42906e90eeb8ba7dc";
sha256 = "08cbisgcww8fklpxwqkm2c8ddz0mm7v11ycp7ch0kalwdv2f81lr";
rev = "5a3a4087af27aa10da5f23cb174a439946153584";
sha256 = "1yn40n2iyflbfv1z8l86nixv8wlybg7abz49nq5k6hmf7r9z56mk";
};
extraConfig = "BCACHEFS_FS m";