linux_testing_bcachefs: 4.16.2018.08.03 -> 4.18.2018.08.31

+5 -4
+5 -4
pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix
··· 1 { stdenv, buildPackages, hostPlatform, fetchgit, perl, buildLinux, ... } @ args: 2 3 buildLinux (args // rec { 4 - version = "4.16.2018.08.03"; 5 - modDirVersion = "4.16.0"; 6 7 src = fetchgit { 8 url = "https://evilpiepirate.org/git/bcachefs.git"; 9 - rev = "e7a00a52b57336c04d1043c6fa0a67a7c8301cfb"; 10 - sha256 = "1a0kvpazvvh0rfb9hkyr4zw55ndh060j95fvhf2aaaj9qyc7p7wp"; 11 }; 12 13 extraConfig = "BCACHEFS_FS m"; ··· 16 branch = "master"; 17 hydraPlatforms = []; # Should the testing kernels ever be built on Hydra? 18 maintainers = with stdenv.lib.maintainers; [ davidak chiiruno ]; 19 }; 20 21 } // (args.argsOverride or {}))
··· 1 { stdenv, buildPackages, hostPlatform, fetchgit, perl, buildLinux, ... } @ args: 2 3 buildLinux (args // rec { 4 + version = "4.18.2018.08.31"; 5 + modDirVersion = "4.18.0"; 6 7 src = fetchgit { 8 url = "https://evilpiepirate.org/git/bcachefs.git"; 9 + rev = "9c08efd02b827e6ee2a6e5a751045c6c6bd484d4"; 10 + sha256 = "0xnkg0fpilmwckyb1drspggv3ibx8vkqic9ai53d5vx2rrnvvafw"; 11 }; 12 13 extraConfig = "BCACHEFS_FS m"; ··· 16 branch = "master"; 17 hydraPlatforms = []; # Should the testing kernels ever be built on Hydra? 18 maintainers = with stdenv.lib.maintainers; [ davidak chiiruno ]; 19 + platforms = [ "x86_64-linux" ]; 20 }; 21 22 } // (args.argsOverride or {}))