linux_testing_bcachefs: 4.15.2018.03.22 -> 4.15.2018.04.14

This commit is contained in:
Okina Matara
2018-04-16 03:30:57 -05:00
parent b70ad2ac31
commit 9c24f5001a
2 changed files with 6 additions and 6 deletions
@@ -1,15 +1,15 @@
{ stdenv, buildPackages, hostPlatform, fetchgit, perl, buildLinux, ... } @ args:
buildLinux (args // rec {
version = "4.15.2018.03.22";
version = "4.15.2018.04.14";
modDirVersion = "4.15.0";
extraMeta.branch = "master";
extraMeta.maintainers = [ stdenv.lib.maintainers.davidak stdenv.lib.maintainers.chiiruno ];
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "919a34d47a68f3e5f00a7ce5efb67748ec31bd62";
sha256 = "1j17my3046ry8zdcvf8h2vnij89wkwmv64w3g2pf9lksh2909djw";
rev = "3b7c824e9330a640312fce1b04537c684c1d602c";
sha256 = "1l5ib28qkhrxggn6zj9b2839543anbxk2ip75yizgzlv9vr5m4pk";
};
extraConfig = ''